已回答
Replacing inline function in Newton Raphson in two dimensions with anonymous function
I think you have problems with this lines: f1 = input('input f1: '); %input function f1 in terms of x1 and x2 f2 = input...

7 years 前 | 0

已回答
How to plot log
change plot for semilogy

7 years 前 | 0

已回答
Plz help me with this function related question
change disp(fandr) for disp(fanfr);

7 years 前 | 0

已回答
Write a for loop that is equivalent to the command sum(A),whereA is a matrix.
When you need to make a sum using a for cycle, it is necessary to initialize an accumulator variable to zero. This will allow yo...

7 years 前 | 0

已回答
Interchange Y and Z axis in 3D contour Plot
Use the commander view(az,el) using https://www.mathworks.com/help/matlab/ref/view.html

7 years 前 | 0

已回答
I am doing a school assignment, would like to get a help with the below:
Check this answer: <https://uk.mathworks.com/matlabcentral/answers/350270-how-to-plot-this-signal>

7 years 前 | 0

| 已接受

已回答
How to compute the indices of a square matrix?
Deal with the following code: i=1; j=1; for k=0:2 for l=0:2 disp([i+k,j+l]) e...

7 years 前 | 0

已回答
Matlab jokes or puns
How can we identify an engineer using MATLAB ?

8 years 前 | 0