Path: news.mathworks.com!not-for-mail
From: "David Doria" <daviddoria@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: Wrap a plot?
Date: Wed, 4 Jun 2008 18:35:10 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 21
Message-ID: <g26n8u$mhd$1@fred.mathworks.com>
Reply-To: "David Doria" <daviddoria@gmail.com>
NNTP-Posting-Host: webapp-03-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1212604510 23085 172.30.248.38 (4 Jun 2008 18:35:10 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Wed, 4 Jun 2008 18:35:10 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1105197
Xref: news.mathworks.com comp.soft-sys.matlab:472207



I have values of x between 0 and 360 (angles). I have values
corresponding to those angles in y.

for example
x = [1 4.5 7 9.8];
y = [1 2 3 4];

I am interested in what happens at the 0/360 line, and now
those things are on opposite sides of the plot.  I'd like to
have the plot like this

270....360/0...90

rather than

0....180....360

Is there a way to specify this in the plot properties?

Thanks,
Dave