Indexing behavior of table properties
Show older comments
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")
Accepted Answer
More Answers (0)
Categories
Find more on Multidimensional Arrays in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!