

InterviewSolution
Saved Bookmarks
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() |
|