<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/168712</link>
    <title>MATLAB Central Newsreader - contour plots in matlab</title>
    <description>Feed for thread: contour plots in matlab</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>Sun, 04 May 2008 23:12:22 -0400</pubDate>
      <title>contour plots in matlab</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/168712#430227</link>
      <author>sunil</author>
      <description>hi frnds, &lt;br&gt;
I have three vectors x,y,z.&lt;br&gt;
z=f(x,y).&lt;br&gt;
&lt;br&gt;
I would like to plot contour plot of this data.&lt;br&gt;
&lt;br&gt;
just like i used to do with origin... (set z as Z-axix and then creat matrix (gridding) and then simply say plot contour.)&lt;br&gt;
&lt;br&gt;
Is there anything in matlab similar to it.&lt;br&gt;
&lt;br&gt;
thanks in advance&lt;br&gt;
sunil&lt;br&gt;
</description>
    </item>
    <item>
      <pubDate>Mon, 05 May 2008 00:06:05 -0400</pubDate>
      <title>Re: contour plots in matlab</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/168712#430230</link>
      <author>helper </author>
      <description>sunil &amp;lt;sunilpatilhere@gmail.com&amp;gt; wrote in message &lt;br&gt;
&amp;lt;22388087.1209942773264.JavaMail.jakarta@nitrogen.mathforum.&lt;br&gt;
org&amp;gt;...&lt;br&gt;
&amp;gt; hi frnds, &lt;br&gt;
&amp;gt; I have three vectors x,y,z.&lt;br&gt;
&amp;gt; z=f(x,y).&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; I would like to plot contour plot of this data.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; just like i used to do with origin... (set z as Z-axix &lt;br&gt;
and then creat matrix (gridding) and then simply say plot &lt;br&gt;
contour.)&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Is there anything in matlab similar to it.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; thanks in advance&lt;br&gt;
&amp;gt; sunil&lt;br&gt;
&lt;br&gt;
Use the MESHGRID function to create a mesh of points in the &lt;br&gt;
xy-plane.  Next, use the GRIDDATA function to evaluate z at &lt;br&gt;
these meshed points.  Then, use the CONTOUR function to &lt;br&gt;
generate and plot the contour.&lt;br&gt;
</description>
    </item>
  </channel>
</rss>
