parsave

バージョン 1.0.0.0 (1.04 KB) 作成者: J Weijs
Parsave allows to save variables to a .mat-file while in a parfor loop.
ダウンロード: 559
更新 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 Center および MATLAB AnswersWorkspace 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