Filter löschen
Filter löschen

switch column of table

40 Ansichten (letzte 30 Tage)
Eliah Verbeemen
Eliah Verbeemen am 24 Mai 2018
Kommentiert: Walter Roberson am 25 Mai 2018
If you have a table called A. And this table has three columns. How can you replace column three with column two?
  6 Kommentare
Eliah Verbeemen
Eliah Verbeemen am 25 Mai 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 am 25 Mai 2018
Please do not close questions that have an Answer.

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Akira Agata
Akira Agata am 25 Mai 2018
Bearbeitet: Akira Agata am 25 Mai 2018
If you have the latest version (R2018a), you can simply do it by movevars function, like:
yourTable = movevars(yourTable,2,'After',3);
  1 Kommentar
Eliah Verbeemen
Eliah Verbeemen am 25 Mai 2018
I have an old version 2016a

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by