Timed autosave

Periodically saves the contents of the workspace to a mat file.
ダウンロード: 2.2K
更新 2016/9/1

ライセンスの表示

AUTOSAVE Periodically save the contents of the workspace to a file.
AUTOSAVE(FILENAME, PERIOD) saves the contents of the base workspace to the file FILENAME every PERIOD seconds. If PERIOD is omitted, it defaults to 60 seconds.If FILENAME is omitted, it defaults to autosave.mat.

It is possible to specify which variables to save. To do this create a
cell array in the base workspace with the name 'autosavelist'. Each
cell should be a string containing the name of the variable to be
saved. Example: 'autosavelist = {'var1', 'var2'};'.

To stop the autosaver, use the command:

autosave -quit

See also TIMER, SAVE.

引用

David Tarkowski (2025). Timed autosave (https://www.mathworks.com/matlabcentral/fileexchange/2981-timed-autosave), MATLAB Central File Exchange. に取得済み.

MATLAB リリースの互換性
作成: R13
すべてのリリースと互換性あり
プラットフォームの互換性
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.1

Updated license

1.0.0.0