How to convert array data into column vector?
3 次查看(过去 30 天)
显示 更早的评论
I have a set of data in column form (size: 300x1) (class:double), is that mean my data is in array form? and how do I convert it into column vector? and how is a vector data looks like in matlab? Sorry I am new to matlab and I hope somebody can guide me in that. Thanks in advance.
0 个评论
采纳的回答
Star Strider
2017-7-5
编辑:Star Strider
2017-7-5
‘I have a set of data in column form (size: 300x1) (class:double), is that mean my data is in array form?’
Yes. It is already a column vector. There is nothing further for you to do if you want it as a column vector.
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Data Type Conversion 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!