質問


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

約8年 前 | 1 件の回答 | 0

1

回答

質問


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

約8年 前 | 2 件の回答 | 0

2

回答

質問


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

約8年 前 | 0 件の回答 | 0

0

回答

質問


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

約8年 前 | 1 件の回答 | 0

1

回答

質問


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

約8年 前 | 1 件の回答 | 0

1

回答

回答済み
Help With Matrix Summation
The given program is incomplete. The variable Z does not appear in the code.

約8年 前 | 0

質問


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) {} ...

約8年 前 | 1 件の回答 | 0

1

回答