

InterviewSolution
Saved Bookmarks
1. |
What is the size of the z vector in a mesh(x,y,z) if the sizes of x and y vectors are m, n respectively?(a) [m,n](b) (m,n)(c) [m,n)(d) Independent of m and nI have been asked this question in semester exam.The doubt is from Three-Dimensional Plots topic in portion MATLAB Graphics of MATLAB |
Answer» The CORRECT OPTION is (a) [m,N] |
|