How to change order of a table in matlab

4 ビュー (過去 30 日間)
Muhammad Sohail Abid
Muhammad Sohail Abid 2018 年 7 月 3 日
回答済み: Image Analyst 2018 年 7 月 7 日
how to change order of table in matlab the order is 13x1 or of 14x2 etc and want to change order
  1 件のコメント
jonas
jonas 2018 年 7 月 3 日
What do you mean change the order? Give an example.

サインインしてコメントする。

採用された回答

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 Center および File ExchangeTables についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by