<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/241064</link>
    <title>MATLAB Central Newsreader - Re: please help</title>
    <description>Feed for thread: Re: please help</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>Mon, 15 Dec 2008 15:07:28 -0500</pubDate>
      <title>Re: please help</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/241064#617157</link>
      <author>steward</author>
      <description>Ok, here is the problem:&lt;br&gt;
this code takes 6 integrals and it gives 6 results and I make them a 3 by 3 W matrix and I evaluate the eigenvalue. up to this point everything is ok.&lt;br&gt;
But when I try to contourplot the eigenvalue and when I enter the theta and phi values then the 3 by 3 W matrix becomes a huge matrix and it doesn't evaluate the eigenvalue.&lt;br&gt;
How can I contourplot W?</description>
    </item>
    <item>
      <pubDate>Mon, 15 Dec 2008 15:45:03 -0500</pubDate>
      <title>Re: please help</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/241064#617168</link>
      <author>Gavrilo Bozovic</author>
      <description>steward &amp;lt;s_eagle1978@yahoo.com&amp;gt; wrote in message &amp;lt;1164883.1229353679039.JavaMail.jakarta@nitrogen.mathforum.org&amp;gt;...&lt;br&gt;
&amp;gt; Ok, here is the problem:&lt;br&gt;
&amp;gt; this code takes 6 integrals and it gives 6 results and I make them a 3 by 3 W matrix and I evaluate the eigenvalue. up to this point everything is ok.&lt;br&gt;
&amp;gt; But when I try to contourplot the eigenvalue and when I enter the theta and phi values then the 3 by 3 W matrix becomes a huge matrix and it doesn't evaluate the eigenvalue.&lt;br&gt;
&amp;gt; How can I contourplot W?&lt;br&gt;
&lt;br&gt;
first, iif you can make a 3x3 matrix out of 6 results, you're VERY good. I personnally am not capable of this.&lt;br&gt;
&lt;br&gt;
Then, what did you do to plot your contour?&lt;br&gt;
&lt;br&gt;
i'd say that:&lt;br&gt;
&lt;br&gt;
lambda=eig(W);&lt;br&gt;
contour(X,Y,W,[lambda lambda])&lt;br&gt;
&lt;br&gt;
would do. It has no reason to modify the W matrix.&lt;br&gt;
&lt;br&gt;
Then, making a contour plot on a 3x3 matrix is somewhat questionable, but that's another problem.</description>
    </item>
  </channel>
</rss>

