How to create a new figure in MATLAB? April 27, 2023 by Tarik figure; plot(something); or figure(2); plot(something); ... figure(3); plot(something else); ... etc.