Effacer les filtres
Effacer les filtres

Convert Column Vector to arrey matrix

3 vues (au cours des 30 derniers jours)
Naufal Fathoni
Naufal Fathoni le 8 Juil 2019
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.

Réponse acceptée

infinity
infinity le 8 Juil 2019
Hello,
You may see this function, it will help you

Plus de réponses (1)

madhan ravi
madhan ravi le 9 Juil 2019
Matrix = reshape(vector,20,25).'

Catégories

En savoir plus sur Matrices and Arrays dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by