Convert double array into column vector

Hello!
How can I convert the data format below ( f or f(:) ) into the data format in the other image (columns) ?
Screen Shot 2019-07-30 at 1.38.10 PM.png
Screen Shot 2019-07-30 at 1.36.46 PM.png

2 Commenti

It is unclear to me what format you are starting with and what format you want to end up with.
I ended up figuring it out!
just had to do : [f(1,:) ]

Accedi per commentare.

 Risposta accettata

Più risposte (2)

the cyclist
the cyclist il 30 Lug 2019
I'm not clear on the same point that James mentioned, but I'm going to guess that the reshape command is what you need.

Richiesto:

egg
il 30 Lug 2019

Commentato:

egg
il 30 Lug 2019

Community Treasure Hunt

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

Start Hunting!

Translated by