Azzera filtri
Azzera filtri

switch column of table

40 visualizzazioni (ultimi 30 giorni)
Eliah Verbeemen
Eliah Verbeemen il 24 Mag 2018
Commentato: Walter Roberson il 25 Mag 2018
If you have a table called A. And this table has three columns. How can you replace column three with column two?
  6 Commenti
Eliah Verbeemen
Eliah Verbeemen il 25 Mag 2018
Finnaly there is a working code. Probably re you right and was I working with a cell array. I have changed a lot of things untill it worked. Trail and error.
Walter Roberson
Walter Roberson il 25 Mag 2018
Please do not close questions that have an Answer.

Accedi per commentare.

Risposta accettata

Akira Agata
Akira Agata il 25 Mag 2018
Modificato: Akira Agata il 25 Mag 2018
If you have the latest version (R2018a), you can simply do it by movevars function, like:
yourTable = movevars(yourTable,2,'After',3);

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by