About 59 results
Open links in new tab
  1. save - Save variables from workspace to file - MATLAB - MathWorks

    This MATLAB function saves all variables from the current workspace in a binary MATLAB file (MAT-file) named filename.

  2. Save and Load Workspace Variables - MATLAB & Simulink

    To save variables to a MATLAB script, on the Home tab, in the Variable section, click Save Workspace. Then, in the Save Workspace Variables dialog box, set the Save as type option to MATLAB Script. …

  3. Save and Back Up Code - MATLAB & Simulink - MathWorks

    To save the file, go to the Editor or Live Editor tab, and in the File section, click Save. To change the name, location, or type of a file, select Save > Save As.

  4. saveas - Save figure to specific file format - MATLAB - MathWorks

    Use the exportgraphics function to save the contents of any axes, figure, chart that can be a child of a figure, tiled chart layout, or container such as a panel.

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

    savefig saves the full MATLAB figure. To save only part of a figure, such as an axes object, or to save handles in addition to the data, use the save function to create a MAT-file.

  6. diary - Log Command Window text to file - MATLAB - MathWorks

    When logging is on, MATLAB ® captures entered commands, keyboard input, and text output from the Command Window. It saves the resulting log to the current folder as a UTF-8 encoded text file …

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

  8. Save Plot as Image or Vector Graphics File - MATLAB & Simulink

    You can save plots as images or as vector graphics files from the figure toolstrip (since R2025a), by selecting the export button in the axes toolbar, or by calling the exportgraphics function.

  9. How to save a Figure to a PNG File - MATLAB Answers - MathWorks

    Feb 5, 2023 · How to save a Figure to a PNG File. Learn more about save a plot/figure to two as files *.fig/*.png

  10. Object Save and Load - MATLAB & Simulink - MathWorks

    MATLAB ® provides default behavior for using the load and save functions with objects, but you can customize the process of serializing (saving) and deserializing (loading) objects using one of two …