フィルターのクリア

Add new data into existing mat file

306 ビュー (過去 30 日間)
Hazel Sialongo
Hazel Sialongo 2016 年 9 月 28 日
コメント済み: Stephen23 2021 年 8 月 25 日
How to add new data in the existing mat file?

採用された回答

Stephen23
Stephen23 2016 年 9 月 28 日
The save documentation gives this syntax:
save(filename,variables,'-append')
and describes it as " save(filename,variables,'-append') adds new variables to an existing file. If a variable already exists in a MAT-file, then save overwrites it. The variables argument is optional."
  11 件のコメント
Abhishek Kumar
Abhishek Kumar 2021 年 8 月 25 日
I have the same problem, I don't want it to overwrite either, I need to save multiple outputs from different run to the same file.
Stephen23
Stephen23 2021 年 8 月 25 日

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeStructures についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by