How to divide vector to matrix(same row and column)
Afficher commentaires plus anciens
Hello.
I got some vector like (82580526 X 1)
I want to divide this vector to matrix. The matrix have same row and column. (N x N)
If it can't be divide equally, some row or column of the matrix can be splited.
Could you explain how to have same row and column?
1 commentaire
Tommy
le 27 Mar 2020
Perhaps reshape?
Réponse acceptée
Plus de réponses (1)
Walter Roberson
le 27 Mar 2020
If you have the Communications Systems Toolbox, then
buffer(TheVector, ceil(sqrt(numel(TheVector))))
Catégories
En savoir plus sur Creating and Concatenating Matrices dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!