MATLAB - 2D Plotting
Identify the error in this MATLAB code:
plot(1:4, [10 20 30 40]);
title('Sales Data');
xlabel('Month');
legend('Sales');
plot(1:4, [10 20 30 40]);
title('Sales Data');
xlabel('Month');
legend('Sales');
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions