1.

What is the default range used by the fplot command?(a) [-5,5](b) (-5,5)(c) No default range(d) No such commandThis question was addressed to me in exam.The above asked question is from Two-Dimensional Plots topic in portion MATLAB Graphics of MATLAB

Answer»

Correct answer is (a) [-5,5]

To explain: The FPLOT command is almost like the ezplot command. It will PLOT the graph of y=f(x) within an INTERVAL [-5,5] as it was defined. This default range can be changed by GIVING a SEPARATE vector input to the fplot() command.



Discussion

No Comment Found

Related InterviewSolutions