Indexing behavior of table properties
Afficher commentaires plus anciens
Suppose we have a table such as,
T=table(rand(3,1,'single'), randi(5,3,1))
What is it that allows the VariableTypes to be indexed by a string this way,
T.Properties.VariableTypes("Var1")
but not this way,
z=T.Properties.VariableTypes,
z("Var1")
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Multidimensional Arrays dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!