MATLAB array size limit By default, MATLAB can use up to 100% of the size of RAM (not including virtual memory) of your computer to allocate memory for each MATLAB array. To change this limit to a smaller percentage, select theLimit the maximum array size to a percentage of RAMcheck box...
'editor'All MATLAB files except for.mat,.fig,.slx,.mlapp, and.mlappinstallfiles The only form ofuiopenthat you can compile into a standalone application isuiopen('load'). To create a file selection dialog box that you can compile, useuigetfile. ...
Importing Data into the Workspace The first step in analyzing data is to import it into the MATLAB®workspace. SeeSupported File Formats for Import and Exportfor information about importing data from specific file formats. Exporting Data from the Workspace ...
The workspace is not maintained across sessions of MATLAB®. When you quit MATLAB, the workspace clears. However, you can save any or all the variables in the current workspace to a MAT-file (.mat). You can then reuse the workspace variables later during the current MATLAB session or dur...
If the data source of a model workspace is the model file, you can use Model Explorer or MATLAB®commands to modify the stored variables (seeUse MATLAB Commands to Change Workspace Data). For example, to create a variable in a model workspace: ...
MATLAB program execution continues even when a modal Export to Workspace dialog box is active. To block program execution until the user closes the dialog box, use theuiwaitfunction. Version History Introduced in R2006b See Also Select a Web Site ...