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
*
Answers
Answered by
0
Explanation:
draw a line y and x Axis and shiw in the pic
Attachments:
Similar questions