How to add a column in MATLAB after sorting an array
2 次查看(过去 30 天)
显示 更早的评论
How do I make the Identity column given all the other information and sorting in the figure.
0 个评论
回答(1 个)
Athul Prakash
2020-11-12
Hi Sukalyan,
Looking at your figure, I assume that the data is a table existing in the workspace and that you've already sorted the table. You may extract the final column from the table using dot notaion -
I = myTable.Identity;
Hope it helps.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Shifting and Sorting Matrices 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!