Add new data into existing mat file

306 次查看(过去 30 天)
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.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Structures 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by