MATLAB - 2D Plotting
What will be the output of the following MATLAB code?
x = 1:3;
y = [2 4 6];
plot(x, y)
x = 1:3;
y = [2 4 6];
plot(x, y)
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions