<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/167280</link>
    <title>MATLAB Central Newsreader - drawing a line to a specific plot</title>
    <description>Feed for thread: drawing a line to a specific plot</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2012 by MathWorks, Inc.</copyright>
    <webmaster>webmaster@mathworks.com</webmaster>
    <generator>MATLAB Central Newsreader</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <ttl>60</ttl>
    <image>
      <title>MathWorks</title>
      <url>http://www.mathworks.com/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Wed, 09 Apr 2008 20:54:02 -0400</pubDate>
      <title>drawing a line to a specific plot</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/167280#425728</link>
      <author>David Doria</author>
      <description>figure&lt;br&gt;
a=subplot(2,1,1);&lt;br&gt;
b=subplot(2,1,2);&lt;br&gt;
&lt;br&gt;
how do I use line() to plot to a? I think it says in the&lt;br&gt;
documentation that you can't actually do that, is this correct?&lt;br&gt;
&lt;br&gt;
Thanks,&lt;br&gt;
&lt;br&gt;
Dave</description>
    </item>
    <item>
      <pubDate>Wed, 09 Apr 2008 20:57:08 -0400</pubDate>
      <title>Re: drawing a line to a specific plot</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/167280#425731</link>
      <author>roberson@ibd.nrc-cnrc.gc.ca (Walter Roberson)</author>
      <description>In article &amp;lt;ftjada$oni$1@fred.mathworks.com&amp;gt;,&lt;br&gt;
David Doria &amp;lt;daviddoria@gmail.com&amp;gt; wrote:&lt;br&gt;
&amp;gt;figure&lt;br&gt;
&amp;gt;a=subplot(2,1,1);&lt;br&gt;
&amp;gt;b=subplot(2,1,2);&lt;br&gt;
&lt;br&gt;
&amp;gt;how do I use line() to plot to a? I think it says in the&lt;br&gt;
&amp;gt;documentation that you can't actually do that, is this correct?&lt;br&gt;
&lt;br&gt;
line(x,y,z,'Parent',a);&lt;br&gt;
-- &lt;br&gt;
&amp;nbsp;&amp;nbsp;&quot;Walter exemplified class.&quot;                     -- Paul Tagliabue</description>
    </item>
    <item>
      <pubDate>Thu, 10 Apr 2008 08:55:29 -0400</pubDate>
      <title>Re: drawing a line to a specific plot</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/167280#425797</link>
      <author>avan</author>
      <description>On Apr 9, 10:57 pm, rober...@ibd.nrc-cnrc.gc.ca (Walter Roberson)&lt;br&gt;
wrote:&lt;br&gt;
&amp;gt; In article &amp;lt;ftjada$on...@fred.mathworks.com&amp;gt;,&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; David Doria &amp;lt;daviddo...@gmail.com&amp;gt; wrote:&lt;br&gt;
&amp;gt; &amp;gt;figure&lt;br&gt;
&amp;gt; &amp;gt;a=subplot(2,1,1);&lt;br&gt;
&amp;gt; &amp;gt;b=subplot(2,1,2);&lt;br&gt;
&amp;gt; &amp;gt;how do I use line() to plot to a? I think it says in the&lt;br&gt;
&amp;gt; &amp;gt;documentation that you can't actually do that, is this correct?&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; line(x,y,z,'Parent',a);&lt;br&gt;
&amp;gt; --&lt;br&gt;
&amp;gt;   &quot;Walter exemplified class.&quot;                     -- Paul Tagliabue&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Or&lt;br&gt;
&lt;br&gt;
&amp;gt;&amp;gt;figure&lt;br&gt;
&amp;gt;&amp;gt;a=subplot(2,1,1);&lt;br&gt;
&amp;gt;&amp;gt;b=subplot(2,1,2);&lt;br&gt;
&amp;gt;&amp;gt;axes(a)&lt;br&gt;
&amp;gt;&amp;gt;line(x,y,z);&lt;br&gt;
&lt;br&gt;
avan</description>
    </item>
  </channel>
</rss>

