1.

Inline functions can be plotted by the _________ command.(a) ezplot()(b) plot3()(c) plot()(d) cannot be doneI got this question in an online interview.My query is from Two-Dimensional Plots in chapter MATLAB Graphics of MATLAB

Answer»

Right option is (a) ezplot()

Explanation: The ezplot command takes in FUNCTIONS REPRESENTED SYMBOLICALLY. The INPUT is given as a string. So INLINE functions can be given as an input to the ezplot command to get a general graph of the input function.



Discussion

No Comment Found

Related InterviewSolutions