Azzera filtri
Azzera filtri

How to change order of a table in matlab

5 visualizzazioni (ultimi 30 giorni)
how to change order of table in matlab the order is 13x1 or of 14x2 etc and want to change order

Risposta accettata

Image Analyst
Image Analyst il 7 Lug 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.

Più risposte (0)

Categorie

Scopri di più su Tables in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by