Path: news.mathworks.com!not-for-mail
From: "kees de Kapper" <kees_de_kapper@hotmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: Rotate the 'view' of images using imshow/imagesc
Date: Thu, 8 Oct 2009 07:57:02 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 8
Message-ID: <hak60e$ctd$1@fred.mathworks.com>
Reply-To: "kees de Kapper" <kees_de_kapper@hotmail.com>
NNTP-Posting-Host: webapp-05-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1254988622 13229 172.30.248.35 (8 Oct 2009 07:57:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Thu, 8 Oct 2009 07:57:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 345740
Xref: news.mathworks.com comp.soft-sys.matlab:575790


Hi all,

I've got an image (e.g. 100x200 pixels) and present the image using imshow or imagesc as landscape. How can I represent the image as portrait (thus rotated) without rotating the original image data? 
I need to save memory, that's why I want to avoid creating new images due top imrotate every time.

Thanx in advance,

Kees