How to call a property?

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

 Réponse acceptée

Evan
Evan le 18 Juil 2013
Modifié(e) : Evan le 18 Juil 2013

1 vote

Does the following work?
newVar = fit.Variance;

2 commentaires

Fred
Fred le 18 Juil 2013
Yes Thanks
Evan
Evan le 18 Juil 2013
No problem. :)

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur MATLAB dans Centre d'aide et File Exchange

Produits

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by