How to call a property?

3 visualizaciones (últimos 30 días)
Fred
Fred el 18 de Jul. de 2013
Hi, I am relatively new in MATLAb so sorry if my question is very simple: in my workspace they are some variables which are 1*1 but they have cube on their icon and when you open them they are more variables in them (called property). How can I call one of these properties and define it as a new variable?
My variable is named "fit" (output of arima function) and I want to call Variance
Thanks

Respuesta aceptada

Evan
Evan el 18 de Jul. de 2013
Editada: Evan el 18 de Jul. de 2013
Does the following work?
newVar = fit.Variance;
  2 comentarios
Fred
Fred el 18 de Jul. de 2013
Yes Thanks
Evan
Evan el 18 de Jul. de 2013
No problem. :)

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre MATLAB en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by