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]

For explanation I would say: The SIZE of the z vector is dependent on the size of the x and vectors. The PERMISSIBLE size lies between [m,n] and hence [m,n] is correct.



Discussion

No Comment Found

Related InterviewSolutions