Frage


Function of two variable for specific values of Z?
I want to draw my function of two variable so that the graph gives me Z values between -5 and 5. I used this code but it gives m...

etwa 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Error : Value must be a vector or 2D array of numeric type
I want to draw my function of two variable so that the graph gives me Z values between -5 and 5. I used this code [X,Y,Z] ...

etwa 8 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Create 3-D shaded surface plot for specific values of Z?
I want to draw my function of two variable so that the displayed graph gives me Z values between -5 and 5. Z = arrayfun(@mF...

etwa 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Error code : In an assignment A(I) = B, the number of elements in B and I must be the same.
When I type the following commands: [X,Y] = meshgrid(0:.2:1, 0:.2:1); surf(X,Y,mFunction(X,Y)) matlab gives me th...

etwa 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Plot a function of two variables?
I implemented a function of two variables in Matlab : function X=mFunction(alpha,beta). I want to see his graph for the ...

etwa 8 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
Help With Matrix Summation
The given program is incomplete. The variable Z does not appear in the code.

etwa 8 Jahre vor | 0

Frage


My program stops before checking the while loop condition?
My program stops before checking the while loop condition while (c1> 1 * 10 ^ -2) && (c2> 1 * 10 ^ -1) && (iter <= 1) {} ...

etwa 8 Jahre vor | 1 Antwort | 0

1

Antwort