NISHANTH M P
Followers: 0 Following: 0
Feeds
提问
Plotting Gradient of Multivariable function.
I am Trying to Plot Grad of This Multimaviable Funtion... the Chunk of My code as follows, syms x y f(x,y)=exp(-x.^2)+ex...
3 years 前 | 1 个回答 | 0
1
个回答提问
Error while plotting the surface
x = 0:0.1:100; y = 0:0.1:100; z= 6*(x.*x)+ y + (3*x) + 5*(x.*y)+10; surf(x,y,z); my error:Z must be a matrix, not a scalar o...
3 years 前 | 1 个回答 | 0