Learn more about simulink external mode.
Save data in matlab mat.
Save data to a subset of a variable y in the file myfile2 mat using the mat file object.
Select matlab general mat files and then choose a mat file save format option.
Access specific parts of a variable in a mat file using the mat file object.
Matlab also uses unicode character encoding when saving character data.
If you save data to a mat file that you intend to load using matlab version 6 or earlier then you must specify the v6 option when saving.
To save variables to a matlab script click the save workspace button or select the save as option and in the save as window set the save as type option to matlab script.
For example you can save data to a subset of a variable in a mat file or read a subset of a variable into the matlab workspace.
Once you had created the table described there you can save it to a mat file.
Variables that cannot be saved to a script are saved to a mat file with the same name as that of the script.
Specify the v6 option if you want to disable both of these features for a particular save operation.