
figure - Create figure window - MATLAB - MathWorks
This MATLAB function creates a new figure window using default property values.
Figure - Figure window - MATLAB - MathWorks
A figure is a container for graphics or apps. Use the Figure object to modify the appearance and behavior of a figure after you create it.
How to create a new figure in MATLAB? - Stack Overflow
Jan 11, 2009 · Usually when I plot in MATLAB, it always draws on the same figure. How do I make it draw in a new figure? I know it is pretty elementary, but I'm not finding it using Google …
saveas - Save figure to specific file format - MATLAB - MathWorks
This MATLAB function saves the figure or Simulink block diagram specified by fig to file filename.
subplot - Create axes in tiled positions - MATLAB - MathWorks
This MATLAB function divides the current figure into an m-by-n grid and creates axes in the position specified by p.
savefig - Save figure as FIG-file - MATLAB - MathWorks
This MATLAB function saves the current figure as a FIG-file with the specified filename.
figure won't come up after using plot - MATLAB Answers
May 15, 2011 · I am fairly new to MATLAB. In the past I've been able to plot with no trouble. A figure would automatically come up after I used "plot". Now when I plot, no figure appears. …
print - Print figure or save to specific file format - MATLAB
This MATLAB function saves the current figure to a file using the specified file format, such as print ("BarPlot","-dpng").
shg - Show current figure - MATLAB - MathWorks
This MATLAB function makes the current figure visible and places it in front of all other figures on the screen.
gcf - Current figure handle - MATLAB - MathWorks
Set the background color and remove the toolbar for the current figure. Use the gcf command to get the current figure handle.