Creating Vector from the following matrix
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Onovo
el 18 de Jun. de 2021
Comentada: Onovo
el 18 de Jun. de 2021
Please Given the following matrix A=[1 2 3; 4 5 6; 7 8 9], I would like to create a column vector B from A, such that B=[1;2;3;4;5;6;7;8;9]. I need this formular to compute large matrix data into a column vector. Thank you.
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre NaNs en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!