Réponse apportée
How to double integral in MATLAB
Try dblquad function

plus de 9 ans il y a | 0

A soumis


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

plus de 9 ans il y a | 1 téléchargement |

0.0 / 5

Problème


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

plus de 9 ans il y a | 1 | 340 solveurs

A résolu


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

plus de 9 ans il y a

A soumis


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

plus de 9 ans il y a | 2 téléchargements |

0.0 / 5

Réponse apportée
how i can store all values from for loop ?
for i=1:10 A(i)=... end

plus de 9 ans il y a | 0

| A accepté

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

plus de 9 ans il y a | 0

Réponse apportée
How to store different results of for loop in same or different arrays, avoiding the overwriting of the results? (in MATLAB R2013b)
A(i), use can use, for i=1:10 A(i)=... end

plus de 9 ans il y a | 0

Réponse apportée
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]));

plus de 9 ans il y a | 0

Réponse apportée
Solving differential equation in matrix form.
<http://in.mathworks.com/help/symbolic/solve-a-system-of-differential-equations.html>

plus de 9 ans il y a | 0

Réponse apportée
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 !!

plus de 9 ans il y a | 0

Réponse apportée
How to solve differential equation system?
Try doc ode45 in matlab command. You will get examples.

plus de 9 ans il y a | 0

Réponse apportée
"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 ...

plus de 9 ans il y a | 0

Réponse apportée
play at double speed
I think, not possible.

plus de 9 ans il y a | 0

Réponse apportée
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....

plus de 9 ans il y a | 0

Réponse apportée
A problem in printing EPS figures
Try this print -depsc2 nameoffigure.eps

plus de 9 ans il y a | 0

| A accepté

Réponse apportée
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...

plus de 9 ans il y a | 0

Réponse apportée
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...

plus de 9 ans il y a | 0

A résolu


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...

plus de 9 ans il y a

A résolu


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...

plus de 9 ans il y a

A résolu


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

plus de 9 ans il y a

Problème


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

plus de 9 ans il y a | 2 | 140 solveurs

A résolu


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

plus de 9 ans il y a

A résolu


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

plus de 9 ans il y a

A résolu


this is a test problem
this is a anniversary test problem

plus de 9 ans il y a

A résolu


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 ...

plus de 9 ans il y a

A résolu


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 ...

plus de 9 ans il y a

A résolu


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, ...

plus de 9 ans il y a

A résolu


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...

plus de 9 ans il y a

A résolu


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,...

plus de 9 ans il y a

Charger plus