Get row names of a table...
45 次查看(过去 30 天)
显示 更早的评论
How to get the row names from a table which has row names and column names.
采纳的回答
Steven Lord
2016-10-5
See the table object property RowNames. The RowNames section on that page includes examples of how to set and clear the names; to get the names just use something like
x = yourTableVariableNameGoesHere.Properties.RowNames
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Logical 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!