save2

版本 1.0.1 (1.7 KB) 作者: Matlab Pro
= exactly as builtin function "save", but variables can be sent to function directly (not as char)
4.0 次下载
更新时间 2024/5/12

查看许可证

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

引用格式

Matlab Pro (2024). save2 (https://www.mathworks.com/matlabcentral/fileexchange/165321-save2), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2024a
兼容任何版本
平台兼容性
Windows macOS Linux
标签 添加标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.1

Fixing also the "switches" delivered to the function (like "-v7.3" etc)

1.0.0