Reformatting columns and rows of a table

5 visualizzazioni (ultimi 30 giorni)
Suppose I have a table
date NY Chicago SF
---------------------------
1/1/2020 10 15 20
1/2/2020 15 20 10
I want to reformat a table into the form
date city
-----------------------
1/1/2020 NY 10
1/2/2020 NY 15
1/1/2020 Chicago 15
1/2/2020 Chicago 20
Please advise.

Risposta accettata

Star Strider
Star Strider il 23 Gen 2021
Perhaps stack? Otherwise unstack? (Not clear on the result you want.)
  4 Commenti

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Agriculture 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