MATLAB - 2D Plotting
What is wrong with this MATLAB code snippet?
x = 1:4;
y = [5 10 15 20];
plot(x y)
x = 1:4;
y = [5 10 15 20];
plot(x y)
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions