답변 있음
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...

6년 초과 전 | 0

답변 있음
How to plot log
change plot for semilogy

6년 초과 전 | 0

답변 있음
Plz help me with this function related question
change disp(fandr) for disp(fanfr);

거의 7년 전 | 0

답변 있음
I need help with a question: I have a matrix of 100 rows and 4 columns and im suppose to take the average of each column without using the mean function. The output is suppose to be a 1 row by 4 column matrix but i just get a single answer.
If you can not use the MEAN function then you can use any other function! What if you use the SUM function in the following way!...

거의 7년 전 | 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년 전 | 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년 전 | 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년 전 | 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년 전 | 0

답변 있음
Matlab jokes or puns
How can we identify an engineer using MATLAB ?

대략 8년 전 | 0