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) ?


2 个评论
James Tursa
2019-7-30
It is unclear to me what format you are starting with and what format you want to end up with.
egg
2019-7-30
采纳的回答
更多回答(2 个)
the cyclist
2019-7-30
0 个投票
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
2019-7-30
Maybe one of these?
reshape(f,1,[])
f(:).'
类别
在 帮助中心 和 File Exchange 中查找有关 Logical 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!