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

8 years ago | 0

Answered
How to plot log
change plot for semilogy

8 years ago | 0

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

8 years ago | 0

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

8 years ago | 0

Answered
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

8 years ago | 0

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

8 years ago | 0

| accepted

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

8 years ago | 0

Answered
Matlab jokes or puns
How can we identify an engineer using MATLAB ?

9 years ago | 0