Respondida
How to double integral in MATLAB
Try dblquad function

más de 9 años hace | 0

Enviada


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

más de 9 años hace | 1 descarga |

0.0 / 5

Problema


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

más de 9 años hace | 1 | 342 solvers

Resuelto


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

más de 9 años hace

Enviada


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

más de 9 años hace | 2 descargas |

0.0 / 5

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

más de 9 años hace | 0

| aceptada

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

más de 9 años hace | 0

Respondida
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]));

más de 9 años hace | 0

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

más de 9 años hace | 0

Respondida
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 !!

más de 9 años hace | 0

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

más de 9 años hace | 0

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

más de 9 años hace | 0

Respondida
play at double speed
I think, not possible.

más de 9 años hace | 0

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

más de 9 años hace | 0

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

más de 9 años hace | 0

| aceptada

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

más de 9 años hace | 0

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

más de 9 años hace | 0

Resuelto


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

más de 9 años hace

Resuelto


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

más de 9 años hace

Resuelto


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

más de 9 años hace

Problema


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

más de 9 años hace | 2 | 141 solvers

Resuelto


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

más de 9 años hace

Resuelto


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

más de 9 años hace

Resuelto


this is a test problem
this is a anniversary test problem

más de 9 años hace

Resuelto


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

más de 9 años hace

Resuelto


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

más de 9 años hace

Resuelto


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

más de 9 años hace

Resuelto


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

más de 9 años hace

Resuelto


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

más de 9 años hace

Cargar más