

MCQOPTIONS
Saved Bookmarks
1. |
A student has created a plot of y(t)=t2. He is need to show another graph of z(t)=t3 in the same plot. But every time he hits the plot() function- MATLAB generates a plot of z(t) vs t but on a different window. What is the error? |
A. | It is not possible to plot multiple plots |
B. | He is not using the line function |
C. | Maybe he is using stem() instead of plot() |
D. | He is not using the hold function |
Answer» E. | |