Effacer les filtres
Effacer les filtres

How to change order of a table in matlab

5 vues (au cours des 30 derniers jours)
Muhammad Sohail Abid
Muhammad Sohail Abid le 3 Juil 2018
how to change order of table in matlab the order is 13x1 or of 14x2 etc and want to change order
  1 commentaire
jonas
jonas le 3 Juil 2018
What do you mean change the order? Give an example.

Connectez-vous pour commenter.

Réponse acceptée

Image Analyst
Image Analyst le 7 Juil 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.

Plus de réponses (0)

Catégories

En savoir plus sur Tables dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by