<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/264335</link>
    <title>MATLAB Central Newsreader - problem regarding gaussian plot</title>
    <description>Feed for thread: problem regarding gaussian 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, 28 Oct 2009 16:07:03 -0400</pubDate>
      <title>problem regarding gaussian plot</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/264335#690338</link>
      <author>Tanusree </author>
      <description>Hi all,&lt;br&gt;
&lt;br&gt;
I have a question....that is...after drawing a Gaussian plot from a data set....we have to find the maximum and minimum values of the 'X' intersect...how to obtain the point where the curve attains the maximum value...&lt;br&gt;
&lt;br&gt;
How can I do that..&lt;br&gt;
&lt;br&gt;
thanks in advance....&lt;br&gt;
&lt;br&gt;
tanusree </description>
    </item>
    <item>
      <pubDate>Tue, 03 Nov 2009 23:56:01 -0500</pubDate>
      <title>Re: problem regarding gaussian plot</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/264335#691882</link>
      <author>ade77 </author>
      <description>If you plot the Gaussion in MATLAB window, you can use the data cursor on the figure toolbar, and place it where the maximum or minimum of the plot occur, this will give you the values of x,and y.&lt;br&gt;
However, if you are just interested in the maximum and minimum value of your plot based on the data you have, you do not need to obtain the min or max from the plot, the data can provide that for you.&lt;br&gt;
[a b] = max(y);&lt;br&gt;
x_intersect = x(b);&lt;br&gt;
&lt;br&gt;
if your data set is a (n by 2 )array, then,&lt;br&gt;
[a b] = max(data(:,1));&lt;br&gt;
x_intersect = data(b,2);&lt;br&gt;
&lt;br&gt;
&quot;Tanusree &quot; &amp;lt;tanusree_bhattacharjee85@yahoo.co.in&amp;gt; wrote in message &amp;lt;hc9q76$k1m$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; Hi all,&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; I have a question....that is...after drawing a Gaussian plot from a data set....we have to find the maximum and minimum values of the 'X' intersect...how to obtain the point where the curve attains the maximum value...&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; How can I do that..&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; thanks in advance....&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; tanusree </description>
    </item>
  </channel>
</rss>

