Reshape matrix whilst maintaining pairs ordering

6 Ansichten (letzte 30 Tage)
BOB
BOB am 22 Aug. 2018
Kommentiert: Star Strider am 22 Aug. 2018
Hi, I have a 2 x 120 matrix which I'm trying to reshape to a 120 x 2 matrix.
To do this I'm using the following code:
y = reshape(y2, 120, 2);
But the code seems to mess up the pairs i.e. the pairs in the original form (2 x 120) are not the same as in the reshaped form (120 x 2).
If anyone could help with how to keep the ordering whilst simply reshaping the matrix that would be great.
Thanks,
Chris

Akzeptierte Antwort

Star Strider
Star Strider am 22 Aug. 2018
It always helps to have an example of the matrix you are starting with, and your intended result.
Does the transpose, .' (link) function (or operation) do what you want?

Weitere Antworten (0)

Kategorien

Mehr zu MATLAB finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by