Filter löschen
Filter löschen

How to change order of a table in matlab

5 Ansichten (letzte 30 Tage)
Muhammad Sohail Abid
Muhammad Sohail Abid am 3 Jul. 2018
Beantwortet: Image Analyst am 7 Jul. 2018
how to change order of table in matlab the order is 13x1 or of 14x2 etc and want to change order
  1 Kommentar
jonas
jonas am 3 Jul. 2018
What do you mean change the order? Give an example.

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Image Analyst
Image Analyst am 7 Jul. 2018
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.

Weitere Antworten (0)

Kategorien

Mehr zu Tables finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by