How to change order of a table in matlab

2 次查看(过去 30 天)
how to change order of table in matlab the order is 13x1 or of 14x2 etc and want to change order

采纳的回答

Image Analyst
Image Analyst 2018-7-7
You can delete columns in a table or add new ones just like any other matrix.
t(:, 2) = []; % Delete column 2.
You can use the table() function to create new tables with new data vectors.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Tables 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by