<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/264394</link>
    <title>MATLAB Central Newsreader - Combine data sets in a plot</title>
    <description>Feed for thread: Combine data sets in a 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 23:40:17 -0400</pubDate>
      <title>Combine data sets in a plot</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/264394#690485</link>
      <author>Michael Grosswald</author>
      <description>I have A{k} where each A{k_i} is a column vector (set of complex eigenvalues). How can I combine each A{k_i} into one large vector and then scatter plot the imaginary parts of each value versus the real parts?</description>
    </item>
    <item>
      <pubDate>Wed, 04 Nov 2009 00:52:04 -0500</pubDate>
      <title>Re: Combine data sets in a plot</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/264394#691886</link>
      <author>ade77 </author>
      <description>You can use A_combine = cell2mat(A); %that should give you all your vector ;&lt;br&gt;
imag_part = imag(A_combine);&lt;br&gt;
real_part = real(A_combine);&lt;br&gt;
&lt;br&gt;
then you can plot imag_part vs real_part using any of the plot function you desire&lt;br&gt;
&lt;br&gt;
&quot;Michael Grosswald&quot; &amp;lt;michaelgrosswald@yahoo.co.uk&amp;gt; wrote in message &amp;lt;hcakp1$ngj$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; I have A{k} where each A{k_i} is a column vector (set of complex eigenvalues). How can I combine each A{k_i} into one large vector and then scatter plot the imaginary parts of each value versus the real parts?</description>
    </item>
  </channel>
</rss>

