Convert row or coloumn matrix into rowXcoloumn matrix

 Réponse acceptée

I would do it as such:
P = 1:10;
out = reshape(P,[2,5]);
out = out'; % Take transpose

Plus de réponses (0)

Catégories

En savoir plus sur Operators and Elementary Operations dans Centre d'aide et File Exchange

Produits

Version

R2014b

Community Treasure Hunt

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

Start Hunting!

Translated by