How to extract a data from a table using a string stored in a variable
显示 更早的评论
I have a table T with a column called 'Rules_updated'. The extraction is as simple as write
T.Rules_updated
However, in other cases the column could be called 'RulesUpdated'.
I want to save the name as a variable and use the new variable to extract the data from the column. For example:
RulesUpdatedColumn='Rules_updated';
RulesUpdated=T.RulesUpdatedColumn;
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Tables 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!