Convert Column Vector to arrey matrix

5 visualizzazioni (ultimi 30 giorni)
Hi, I have a 500x1 column vector How do I convert it into a 25x20 array matrix where 1st row values of the matrix will be 1st - 20 values of the vector and so on.

Risposta accettata

infinity
infinity il 8 Lug 2019
Hello,
You may see this function, it will help you

Più risposte (1)

madhan ravi
madhan ravi il 9 Lug 2019
Matrix = reshape(vector,20,25).'

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