MATLAB - 2D Plotting
What will be the output of this MATLAB code?
plot(1:3, [4 5 6]);
title('My Plot');
xlabel('Time');
ylabel('Value');
plot(1:3, [4 5 6]);
title('My Plot');
xlabel('Time');
ylabel('Value');
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions