how can i access updated data of same variable?

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일

0 개 추천

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

이 질문은 마감되었습니다.

제품

태그

질문:

2014년 2월 9일

마감:

2021년 8월 20일

Community Treasure Hunt

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

Start Hunting!

Translated by