<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/154003</link>
    <title>MATLAB Central Newsreader - stem not connected with the axis</title>
    <description>Feed for thread: stem not connected with the axis</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2008 by The 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>The MathWorks</title>
      <url>http://www.mathworks.com/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Mon, 06 Aug 2007 14:01:11 -0400</pubDate>
      <title>Re: stem not connected with the axis</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/154003#386434</link>
      <author>Thomas Clerc</author>
      <description>"us " &amp;lt;us@neurol.unizh.ch&amp;gt; wrote in message&lt;br&gt;
&amp;lt;f978s4$lo5$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; Thomas Clerc:&lt;br&gt;
&amp;gt; &amp;lt;SNIP abusing &amp;lt;stem&amp;gt;...&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; x=-50:50; plot(x,-(x-3).^2-20 ); stem(-3,-20); ??&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; should read:&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt;      x=-50:50;&lt;br&gt;
&amp;gt;      plot(x,-(x-3).^2-20);&lt;br&gt;
&amp;gt;      yl=get(gca,'ylim');&lt;br&gt;
&amp;gt;      line([3;3],[yl(1);-20],'color',[1,0,0]);&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; us&lt;br&gt;
&lt;br&gt;
us you are the best ever!!&lt;br&gt;
&lt;br&gt;
</description>
    </item>
    <item>
      <pubDate>Mon, 06 Aug 2007 13:48:52 -0400</pubDate>
      <title>Re: stem not connected with the axis</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/154003#386431</link>
      <author>us</author>
      <description>Thomas Clerc:&lt;br&gt;
&amp;lt;SNIP abusing &amp;lt;stem&amp;gt;...&lt;br&gt;
&lt;br&gt;
&amp;gt; x=-50:50; plot(x,-(x-3).^2-20 ); stem(-3,-20); ??&lt;br&gt;
&lt;br&gt;
should read:&lt;br&gt;
&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;x=-50:50;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;plot(x,-(x-3).^2-20);&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;yl=get(gca,'ylim');&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;line([3;3],[yl(1);-20],'color',[1,0,0]);&lt;br&gt;
&lt;br&gt;
us&lt;br&gt;
</description>
    </item>
    <item>
      <pubDate>Mon, 06 Aug 2007 13:35:14 -0400</pubDate>
      <title>stem not connected with the axis</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/154003#386429</link>
      <author>Thomas Clerc</author>
      <description>&lt;br&gt;
hi,&lt;br&gt;
&lt;br&gt;
I want to produce a figure showing the function -(x-3)^2-20&lt;br&gt;
with a line joining the optimum point M(3,-20) with the&lt;br&gt;
frame of the plot. How can I say MatLab this?&lt;br&gt;
&lt;br&gt;
x=-50:50; plot(x,-(x-3).^2-20 ); stem(-3,-20); ??&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Thank you &lt;br&gt;
&lt;br&gt;
Thomas&lt;br&gt;
</description>
    </item>
  </channel>
</rss>
