Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: MATLAB plotting
Date: Mon, 22 Sep 2008 10:21:01 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 10
Message-ID: <gb7rid$72k$1@fred.mathworks.com>
References: <gag6ja$j4c$1@fred.mathworks.com> <gb7pgp$9cv$1@fred.mathworks.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-02-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1222078861 7252 172.30.248.37 (22 Sep 2008 10:21:01 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Mon, 22 Sep 2008 10:21:01 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1338633
Xref: news.mathworks.com comp.soft-sys.matlab:491275


"Ravikumar " <raviks_1999@mathworks.com> wrote in message <gb7pgp$9cv$1@fred.mathworks.com>...
> 1.I want to rotate an image of the plot.
> 2.I want to display 2 plots with different scales on the same plotting window.Can we adjust the scales accordingly and plot them for comparison in one single plot.


1. Have you tried using the 'rotate 3d' icon in the figure from the figure toolbar. if the toolbar is not there turn it on from the view menu in the figure.

2. You can have multiple y axes on one plot - try plotyy, or if you need more than 2 try plotyyy from the file exchange.