how to make a Mx1xN matrix to MxN

3 visualizaciones (últimos 30 días)
zhang
zhang el 29 de Ag. de 2011
just as the title.
Thanks in advanced.

Respuestas (2)

Fangjun Jiang
Fangjun Jiang el 29 de Ag. de 2011
a=rand(3,1,2);
b=reshape(a,3,2);
or
c=squeeze(a);

Florin Neacsu
Florin Neacsu el 29 de Ag. de 2011
Hi,
You can also try squeeze.
Regards, Florin

Categorías

Más información sobre MATLAB en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by