Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

how can i access updated data of same variable?

2 visualizaciones (últimos 30 días)
romasha
romasha el 9 de Feb. de 2014
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
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?

Respuestas (1)

Walter Roberson
Walter Roberson el 9 de Feb. de 2014
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

La pregunta está cerrada.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by