save2
Version 1.0.1 (1.67 KB) by
Matlab Pro
= exactly as builtin function "save", but variables can be sent to function directly (not as char)
Using the builtin function "save" - variables must be sent as charachters i.e.: save(fileName,'var1','var2',...)
save2 allows sending the variables directly (not as char): save(fileName, var1,var2,...)
Cite As
Matlab Pro (2026). save2 (https://in.mathworks.com/matlabcentral/fileexchange/165321-save2), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2024a
Compatible with any release
Platform Compatibility
Windows macOS LinuxTags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
