Feeds
提问
Error using surf - Z must be a matrix, not a scalar or vector.
Hello, I am using matlab for optimization problem. I have to find the calculated values for maximum volume, radius and height an...
7 years 前 | 1 个回答 | 0
1
个回答提问
How to make 3D surface plot?
I have been trying to create 3D surface plot between calculated variables, but it says that Z requires some matrix?
7 years 前 | 0 个回答 | 0
0
个回答提问
Undefined function or variable error
option=input('Do you want to continue?(Y/N)','s'); while option == Y %here comes body of loop option=input('Do you want to co...
7 years 前 | 2 个回答 | 0
2
个回答提问
Matrix dimensions must agree;Error
x=linspace(-inf,+inf,300); y==sqrt(16-x.^2)-2; figure plot(x,y)
7 years 前 | 1 个回答 | 0

