Convert 1x1x6381 double to 6381x1 double?

6 次查看(过去 30 天)
I have a column of data in the form 1x1x6381 as seen in image but I want it in the form of 6381x1. So as 76.7309 76.5815 76.5777 etc.
Thanks

采纳的回答

Stephen23
Stephen23 2018-4-25
编辑:Stephen23 2018-4-25
If A is your array, then this will convert it into a column vector, regardless of its original size:
A(:)

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Data Types 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by