Turn table columns into rows

282 views (last 30 days)
Zalto Bernard
Zalto Bernard on 12 Feb 2022
Commented: Zalto Bernard on 12 Feb 2022
I have a table with two variable (Date on the right and rates on the left). The table is in column and I was wondering if there is a way to turn the variables into rows. I am also exporting the data into Excel afterwards.
  2 Comments
KSSV
KSSV on 12 Feb 2022
You need to just transpose the columns of table.
Zalto Bernard
Zalto Bernard on 12 Feb 2022
Edited: Zalto Bernard on 12 Feb 2022
When I try to transpose them, it turn the column table (60x2) to a row table of (1x2).
I'd need a 2x60 table

Sign in to comment.

Accepted Answer

Stephen23
Stephen23 on 12 Feb 2022

More Answers (0)

Categories

Find more on Tables in Help Center and File Exchange

Products


Release

R2021a

Community Treasure Hunt

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

Start Hunting!