Do a matrix,array

1 visualizzazione (ultimi 30 giorni)
Giannakis Stoukas
Giannakis Stoukas il 4 Mag 2015
Risposto: Star Strider il 4 Mag 2015
I have a matrix A=[5 4 3; 1 8 2; 6 9 7] and i want to insert it into one array B=[5 4 3 1 8 2 6 9 7].How i will do it?

Risposta accettata

Star Strider
Star Strider il 4 Mag 2015
This works:
B = reshape(A', 1, []);

Più risposte (0)

Categorie

Scopri di più su Matrices and Arrays in Help Center e File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by