Drexel dragonThe Math ForumDonate to the Math Forum



Search All of the Math Forum:

Views expressed in these public forums are not endorsed by Drexel University or The Math Forum.


Math Forum » Discussions » Software » comp.soft-sys.matlab

Topic: Transpose on ND array is not defined???
Replies: 1   Last Post: Feb 13, 2013 9:09 AM

Advanced Search

Back to Topic List Back to Topic List Jump to Tree View Jump to Tree View  
Steven Lord

Posts: 17,541
Registered: 12/7/04
Re: Transpose on ND array is not defined???
Posted: Feb 13, 2013 9:09 AM
  Click to see the message monospaced in plain text Plain Text   Click to reply to this topic Reply



"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




Point your RSS reader here for a feed of the latest messages in this topic.

[Privacy Policy] [Terms of Use]

© Drexel University 1994-2013. All Rights Reserved.
The Math Forum is a research and educational enterprise of the Drexel University School of Education.