Respondida
How to prevent Matlab from rounding small numbers to zero?
Check the code once again. You can see code of xcorr function using edit xcorr

más de 7 años hace | 0

Respondida
I can't drag and drop mat file into workspace
Check following link <http://answers.microsoft.com/en-us/windows/forum/windows_10-start/how-to-fix-drag-and-drop-in-windows-...

más de 7 años hace | 0

Respondida
Simple problem using for loop/array
May be, you can you debug your program. Give completer code to give solution

más de 7 años hace | 0

Respondida
select a row from a matrix
a=ones(90,12); j=1; for i=1:3:87 if a(i+1,12)<a(i,12) & a(i+1,9)>0 b(j,:)=a(i+1,:); elseif cond b(j,:)=a(i+2,...

más de 7 años hace | 0

| aceptada

Respondida
xlsread - Undefined function 'dec2base27
Dear Andre, Restart the laptop. It may work.. :))

más de 7 años hace | 0

Respondida
Connecting line between different points obtained from a for-loop
<http://in.mathworks.com/matlabcentral/newsreader/view_thread/1588> This will work for your case !! All the best !!

más de 7 años hace | 0

Respondida
Matrix in app designer
Try to call matlab function.

más de 7 años hace | 0

Respondida
fmincon computes all the outputs even with a failed step.
Hi, First thing, there should be only one output value from your objective function for single objective function. <https://...

más de 7 años hace | 0

Respondida
There was a problem sending the command to the program
Open the matlab first and then try to run program.

más de 7 años hace | 0

Respondida
Out of Memory error!
<https://in.mathworks.com/help/matlab/matlab_prog/resolving-out-of-memory-errors.html> Try the stuff from this link

más de 7 años hace | 0

Respondida
How can I write dft code from k = -3 ~ 3 for A = [1 7 5 11 15 19 8]?
It should be -3:3

más de 7 años hace | 0

Respondida
Creating tables using loops
In each Interpolation step, A(end)=[]; This should work.

más de 7 años hace | 0

Respondida
saving data to the file
Did you defined the variable xw,yw,rw?

más de 7 años hace | 0

Resuelto


Add Me To Death (Sum sum sum)
Given certain vector, sum of the input vector, get the sum of 2 adjacent numbers in the input, and sum of the output vector (wh...

más de 7 años hace

Resuelto


Back to Basics
Dot product of vectors. Given two vectors A and B, calculate their dot product. A=[1 2 3]; B=[3 2 1]; C=10;

más de 7 años hace

Resuelto


Pushing the envelope
Find the largest sized code to return... *nothing*.

más de 7 años hace

Resuelto


Calculate this one!
Using matlab calculate y y=(e^2)+100/20+sin(pi)

más de 7 años hace

Resuelto


Calculate z=x^2+y^2
There are z in (x,y). x=1:10;y=1:10 [x y]=meshgrid(x,y) Calculate x^2+y^2.

más de 7 años hace

Resuelto


Replace 0 to NaN!
In given matrix A=[1 nan nan; 2 2 nan; nan nan 1]; replace NaN to 0.

más de 7 años hace

Resuelto


Interpolate data!
There are two data that observed at two different location. x indicate position, d indicate value of data. x=[1 10] d=[2 ...

más de 7 años hace

Resuelto


Basic commands - What platform are you using?
Please ask matlab waht platform are you using.

más de 7 años hace

Resuelto


Basic commands - Which licence do you use?
Please ask Matlab which license do you have on computer. Interesting fact: Pay attention what number of license has Cody. ...

más de 7 años hace

Resuelto


double
Return twice the value of the number

más de 7 años hace

Resuelto


list folder contents
list the contents of a folder

más de 7 años hace

Resuelto


Basic commands - Which matlab files are here?
Please make a function which will list all specific for Matlab files in current folder.

más de 7 años hace

Resuelto


square root
find square root of a number

más de 7 años hace

Resuelto


Basic commands - Where did I install Matlab?
Please make a function, which returns path to Matlab installation folder

más de 7 años hace

Resuelto


Basic commands - amount of inputs
Make a function, which will return amount of given inputs Example: amountinput(1,2,4,3,10) -> 5 , because we gave functio...

más de 7 años hace

Resuelto


Basic commands - rounding
make a function which will round to integer, which is nearer to zero. Example x=[-2.5 2]; y=[-2 2];

más de 7 años hace

Resuelto


Rotate Matrix Depending on the input
Rotate matrix (CounterClockwise) via 90, 180 or -90 depending on the input Ex. a = [1 2 3; 4 5 6; 7 8 9] b = 90; ...

más de 7 años hace

Cargar más