Path: news.mathworks.com!not-for-mail
From: "David Doria" <daviddoria@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: drawing a line to a specific plot
Date: Wed, 9 Apr 2008 20:54:02 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 10
Message-ID: <ftjada$oni$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 1207774442 25330 172.30.248.38 (9 Apr 2008 20:54:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Wed, 9 Apr 2008 20:54:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1105197
Xref: news.mathworks.com comp.soft-sys.matlab:462069



figure
a=subplot(2,1,1);
b=subplot(2,1,2);

how do I use line() to plot to a? I think it says in the
documentation that you can't actually do that, is this correct?

Thanks,

Dave