MATLAB - 2D Plotting
In MATLAB, after using
hold on, what happens if you call plot() again?hold on, what happens if you call plot() again?hold onhold on command tells MATLAB to keep the current plot and all its properties so that new plots are added to the same figure.plot() after hold onplot() again, MATLAB adds the new plot to the existing figure without deleting the old plots.hold on keeps plots visible = A [OK]hold on to add plots without erasing [OK]hold on replaces old plots15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions