Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
how can i access updated data of same variable?
조회 수: 2 (최근 30일)
이전 댓글 표시
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?
댓글 수: 0
답변 (1개)
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.
댓글 수: 0
이 질문은 마감되었습니다.
참고 항목
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!