1.

What are the functions to see the graph of a continuous and a discrete function?(a) plot() & stem()(b) cont() & disc()(c) plot() & disc()(d) cont() & stem()This question was posed to me in my homework.This intriguing question originated from Graphics in division MATLAB Basics of MATLAB

Answer»

Right choice is (a) plot() & stem()

Best EXPLANATION: The pre-defined function in MATLAB to view the graph of a CONTINUOUS and DISCRETE functions is plot() and stem() RESPECTIVELY. There is no such function as cont() or DISC().



Discussion

No Comment Found

Related InterviewSolutions