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