Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 2 answers | 0

2

answers

Question


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 years ago | 0 answers | 0

0

answers

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer

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

8 years ago | 0

Question


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 years ago | 1 answer | 0

1

answer