InterviewSolution
Saved Bookmarks
| 1. |
Consider the function below function []=diagram ()x=0:0.01:1;y=3. *x;plot (x, y, '*')The function returns(a) Continuous plot of y versus x(b) Continuous plot of x versus y(C) No values are returned(d) Plot of x versus y as* |
|
Answer» ong>EXPLANATION: |
|