About 97 results
Open links in new tab
  1. figure - Create figure window - MATLAB - MathWorks

    This MATLAB function creates a new figure window using default property values.

  2. 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.

  3. 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 …

  4. 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.

  5. 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.

  6. savefig - Save figure as FIG-file - MATLAB - MathWorks

    This MATLAB function saves the current figure as a FIG-file with the specified filename.

  7. 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. …

  8. 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").

  9. 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.

  10. 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.