parsave

版本 1.0.0.0 (1.0 KB) 作者: J Weijs
Parsave allows to save variables to a .mat-file while in a parfor loop.
564.0 次下载
更新时间 2016/6/30

查看许可证

parsave allows to save variables to a .mat-file while in a parfor loop.
This is not possible using the regular 'save' command.
SYNTAX: parsave(FileName,Variable1,Variable2,...)
NOTE: Unlike 'save', do NOT pass the variable names to this function
(e.g. 'Variable') but instead the variable itself, so without using the
quotes. An example of correct usage is:
CORRECT: parsave('file.mat',x,y,z);
This would be INCORRECT: parsave('file.mat','x','y','z'); %Incorrect!

Copyright (c) 2016 Joost H. Weijs
ENS Lyon, France
<jhweijs@gmail.com>

引用格式

J Weijs (2024). parsave (https://www.mathworks.com/matlabcentral/fileexchange/57933-parsave), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2016a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Workspace Variables and MAT-Files 的更多信息

Community Treasure Hunt

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

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

output suppression