Convert 181*1 matrix to 181 times 1*1 matrix
Mostrar comentarios más antiguos
Hi i have 181*1 Matrix and all elements are text. My question is do you know how to create 181 times 1*1 matrix in Workspace from this 181*1 Matrix ? because i want to use all These variables or elements in different equations!!
a=[velocity;mass;volume;acceleration....] which i Need is: [velocity] [mass] [voluem] [acceleration] as an variable thanx a lot
2 comentarios
David Young
el 22 de En. de 2015
Please don't do it! This would be a terrible solution. Just access the array elements using indexing.
Respuesta aceptada
Más respuestas (1)
cemsi888
el 22 de En. de 2015
0 votos
Categorías
Más información sobre Matrix Indexing en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!