Answered
How to double integral in MATLAB
Try dblquad function

9 years ago | 0

Submitted


Sum of vector or matrix using one function
Sum of vector or matrix using one function

9 years ago | 1 download |

0.0 / 5

Problem


Vector Multiplication
Vector Multiplication of three matrix as shown in test cases.

9 years ago | 1 | 340 solvers

Solved


Vector Multiplication
Vector Multiplication of three matrix as shown in test cases.

9 years ago

Submitted


Convert Decimal Number to Hex number (including non integer value)
Convert Decimal Number to Hex number (including non integer value)

9 years ago | 2 downloads |

0.0 / 5

Answered
how i can store all values from for loop ?
for i=1:10 A(i)=... end

9 years ago | 0

| accepted

Answered
How can I make an array with a function that defines every element?
for i=1:lenth(theta_i) y(i)=1/i; end

9 years ago | 0

Answered
cannot get the title and xlabel plotted in a while loop
Give error message. Y = -(axis(joy, 2)); it should be, Y = -(axis([joy, 2]));

9 years ago | 0

Answered
Solving differential equation in matrix form.
<http://in.mathworks.com/help/symbolic/solve-a-system-of-differential-equations.html>

9 years ago | 0

Answered
How to resolve an optimization problem related to setpath?
May be, you don't have admin rights. Put your all codes in current folder. Try, it may work. All the best !!

9 years ago | 0

Answered
How to solve differential equation system?
Try doc ode45 in matlab command. You will get examples.

9 years ago | 0

Answered
"Limitations" for DARE function
Try edit dare. You will able to see dare code. Refer, References [1] Arnold, W.F., III and A.J. Laub, "Generalized ...

9 years ago | 0

Answered
play at double speed
I think, not possible.

9 years ago | 0

Answered
symbolic math undefined function
Dear Jomichan, Check that you don't have script or file name plus in your current folder. I think, this could be reason....

9 years ago | 0

Answered
A problem in printing EPS figures
Try this print -depsc2 nameoffigure.eps

9 years ago | 0

| accepted

Answered
how to to train an artificial neural network using ant colony optimization algorithm
Do following things, 1. Define cost function for training, may be mean square error (MSE) 2. Use algorithm <https://in.ma...

9 years ago | 0

Answered
text hiding inside the cover image
After I1 = logical(de2bi(uint8(hiddenstring))); Please, check size of I1 to I7. Make sure that all must have same dimensi...

9 years ago | 0

Solved


Odd row
Create a row 'y' with odd numbers where the potential maximum number is given by 'x' and the space between them by 'm'. The firs...

9 years ago

Solved


What's size of TV?
Many people buy TV. Usually they ask about diagonal. But also important are width and height. Let's assume that all TV have rati...

9 years ago

Solved


Convert decimal to hex as shown in test cases
Convert decimal to hex as shown in test cases.

9 years ago

Problem


Convert decimal to hex as shown in test cases
Convert decimal to hex as shown in test cases.

9 years ago | 2 | 140 solvers

Solved


Back to Basics - New Data Type in R2016b - convert a char to a string
Convert an char array into a string.

9 years ago

Solved


kmph to mph converter
Convert the speed in miles/hour to km/hour.

9 years ago

Solved


this is a test problem
this is a anniversary test problem

9 years ago

Solved


what can you get for exactly amount of money
You go to store, where each product has price. Prices are in vector s= [ 195 125 260 440 395 290] and you have amount of ...

9 years ago

Solved


Negation the hard way
Write a function that has the following property: f(f(x)) = -x for any numeric array x. Note that there is no restriction on ...

9 years ago

Solved


Find the elements of a matrix according to a defined property.
From A = [5,2,3] and B = [1,2,3,4,5,6,7,8,9,10] produce a vector C where : C(1) is the sum of the first A(1) elements of B, ...

9 years ago

Solved


Select every other element of a matrix
Write a function called outMat = odd_idx( myMat ) that takes a matrix, myMat, as input argument and returns a matrix th...

9 years ago

Solved


I've got the power! (Inspired by Project Euler problem 29)
Consider all integer combinations of a^b and b^a for the integer values 2 ≤ a ≤ 4 and 2 ≤ b ≤ 5: 2^2=4, 2^3=8, 2^4=16,...

9 years ago

Load more