Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
Drexel University or The Math Forum.
|
|
|
|
Re: Transpose on ND array is not defined???
Posted:
Feb 13, 2013 9:09 AM
|
|
"sudha " <sudha@gmail.com> wrote in message news:kfff4i$p7j$1@newscl01ah.mathworks.com... > "Steven_Lord" <slord@mathworks.com> wrote in message > <kfdr5c$r71$1@newscl01ah.mathworks.com>...
*snip*
> i used permute function > > InImage=reshape(permute(double(InputImage),[2,1,3]),irow*icol,3); > > nw also m getting error > > ??? Error using ==> reshape > To RESHAPE the number of elements must not change. > > Error in ==> Mio at 167 > InImage=reshape(permute(double(InputImage),[2,1,3]),irow*icol,10);
The command you copied into your message does not match the command shown in the error message. If InputImage is of size [irow icol 3] then the 10 in your actual command (from line 167 of Mio) is incorrect.
-- Steve Lord slord@mathworks.com To contact Technical Support use the Contact Us link on http://www.mathworks.com
|
|
|
|