Info

この質問は閉じられています。 編集または回答するには再度開いてください。

how can i access updated data of same variable?

1 回表示 (過去 30 日間)
romasha
romasha 2014 年 2 月 9 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
hi, i want to access data of variable on each launch like temp{i1}=template; in temp{i1} there's a feature extracted image code which got saved in template varible if i save variable'template' then there's only one image code at a time get saved whereas i want every updated image code so how can i access updated data of same variable?

回答 (1 件)

Walter Roberson
Walter Roberson 2014 年 2 月 9 日
save will always overwrite the complete contents of variables with the same name, even when you use the "-append" argument.
You should have a look at matfile

この質問は閉じられています。

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by