Reformatting columns and rows of a table

4 vues (au cours des 30 derniers jours)
alpedhuez
alpedhuez le 23 Jan 2021
Commenté : Star Strider le 23 Jan 2021
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.

Réponse acceptée

Star Strider
Star Strider le 23 Jan 2021
Perhaps stack? Otherwise unstack? (Not clear on the result you want.)
  4 commentaires
alpedhuez
alpedhuez le 23 Jan 2021
Done
Star Strider
Star Strider le 23 Jan 2021
Great!

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Agriculture 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