Effacer les filtres
Effacer les filtres

how to make a Mx1xN matrix to MxN

4 vues (au cours des 30 derniers jours)
zhang
zhang le 29 Août 2011
just as the title.
Thanks in advanced.

Réponses (2)

Fangjun Jiang
Fangjun Jiang le 29 Août 2011
a=rand(3,1,2);
b=reshape(a,3,2);
or
c=squeeze(a);

Florin Neacsu
Florin Neacsu le 29 Août 2011
Hi,
You can also try squeeze.
Regards, Florin

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