From: husnul khotimah on
Hi, i still cant find a way to convert a 3 dimension matrix (1x10x3) into 2 dimension matrix (10x3), is there any function in matlab that can solve my problem instead of creating my own code to solve it?
thx for your responds :)
From: Bruno Luong on
"husnul khotimah" <uus_16a2(a)yahoo.com> wrote in message <hgi6o8$bqs$1(a)fred.mathworks.com>...
> Hi, i still cant find a way to convert a 3 dimension matrix (1x10x3) into 2 dimension matrix (10x3), is there any function in matlab that can solve my problem instead of creating my own code to solve it?

SQUEEZE
RESHAPE

Bruno
From: husnul khotimah on
thats really helpful, thanks 4 sharing :)