cell Array to numeric column vector
Afficher commentaires plus anciens
please help me to convert x={1 2 3 4 5 6 7 8 9} a cell array to numeric column Array
Réponses (1)
Ankit
le 14 Avr 2020
0 votes
cell2mat converts the contents of a cell array into a single matrix
More Info below:
Catégories
En savoir plus sur Logical dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!