MATLAB - 2D Plotting
Identify the error in this MATLAB code that tries to plot data:
x = 1:5;
y = [10 20 30 40];
plot(x, y);
x = 1:5;
y = [10 20 30 40];
plot(x, y);
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions