About 80 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. This means that the figure window is positioned 681 pixels to the right and 559 pixels above the bottom left corner of the primary display, and is 560 pixels wide …

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

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

  5. gcf - Current figure handle - MATLAB - MathWorks

    It is typically the last figure created or the last figure clicked with the mouse. User interaction can change the current figure. If you need to access a specific figure, store the figure handle in your program …

  6. plot - 2-D line plot - MATLAB - MathWorks

    This MATLAB function creates a 2-D line plot of the data in Y versus the corresponding values in X.

  7. Return figure handle from a function - MATLAB Answers - MathWorks

    Jul 12, 2017 · I have a function that plots two variables and returns the plot handle. This function is currently returning a line object instead of a figure. How can I force MATLAB to return a figure? %%...

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

  9. close - Close one or more figures - MATLAB - MathWorks

    This MATLAB function closes the current figure. The CloseRequestFcn property enables you to specify a close request callback, which executes whenever a user attempts to close the figure window. For …

  10. set - Set graphics object properties - MATLAB - MathWorks

    This MATLAB function sets properties for the specified graphics object h using one or more name-value arguments.