save2
Versión 1.0.1 (1,67 KB) por
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,...)
Citar como
Matlab Pro (2024). save2 (https://www.mathworks.com/matlabcentral/fileexchange/165321-save2), MATLAB Central File Exchange. Recuperado .
Compatibilidad con la versión de MATLAB
Se creó con
R2024a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS LinuxEtiquetas
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.