how to make a Mx1xN matrix to MxN

조회 수: 3 (최근 30일)
zhang
zhang 2011년 8월 29일
just as the title.
Thanks in advanced.

답변 (2개)

Fangjun Jiang
Fangjun Jiang 2011년 8월 29일
a=rand(3,1,2);
b=reshape(a,3,2);
or
c=squeeze(a);

Florin Neacsu
Florin Neacsu 2011년 8월 29일
Hi,
You can also try squeeze.
Regards, Florin

카테고리

Help CenterFile Exchange에서 MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by