1.

What is the nature of z in surf(x,y,z)?(a) Integer(b) Vector(c) Matrix(d) StringThe question was posed to me in semester exam.This interesting question is from Three-Dimensional Plots in section MATLAB Graphics of MATLAB

Answer»

Correct choice is (c) Matrix

To explain I would say: The final INPUT to the SURF command, z, should be a matrix. The matrix is computed for each co-ordinate generated and given input INTERMS of x and y.



Discussion

No Comment Found

Related InterviewSolutions