InterviewSolution
Saved Bookmarks
| 1. |
Does the plot function take multiple arguments to a plot?(a) True(b) False(c) Sometimes(d) Only if the functions are in time domainI have been asked this question by my college professor while I was bunking the class.My question is based upon Plotting Multiple Curves topic in portion MATLAB Basics of MATLAB |
|
Answer» RIGHT choice is (a) True The best explanation: The plot FUNCTION can take MULTIPLE INPUT arguments to plot multiple GRAPHS. This is an inbuilt function so the nature of the function is, inherently, to take multiple arguments if the arguments are defined. |
|