how to make a 3x3 matrix a 9x1 matrix?
12 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
vedesh Mohit
el 3 de Abr. de 2018
Hey i have a matrix x=[ 1 4 7; 2 5 8 ;3 6 9]; how do I make this matrix become x=[ 1;2;3;4;5;6;7;8;9];
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Resizing and Reshaping Matrices 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!