How to convert array data into column vector?
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Gil Cheah
le 5 Juil 2017
Modifié(e) : Star Strider
le 5 Juil 2017
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 commentaires
Réponse acceptée
Star Strider
le 5 Juil 2017
Modifié(e) : Star Strider
le 5 Juil 2017
‘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 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Data Type Conversion dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!