Convert double array into column vector
Ältere Kommentare anzeigen
Hello!
How can I convert the data format below ( f or f(:) ) into the data format in the other image (columns) ?


2 Kommentare
James Tursa
am 30 Jul. 2019
It is unclear to me what format you are starting with and what format you want to end up with.
egg
am 30 Jul. 2019
Akzeptierte Antwort
Weitere Antworten (2)
the cyclist
am 30 Jul. 2019
0 Stimmen
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.
James Tursa
am 30 Jul. 2019
Maybe one of these?
reshape(f,1,[])
f(:).'
Kategorien
Mehr zu Logical finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!