<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/255773</link>
    <title>MATLAB Central Newsreader - Interclass comparisons Matlab?</title>
    <description>Feed for thread: Interclass comparisons Matlab?</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>Fri, 10 Jul 2009 05:56:31 -0400</pubDate>
      <title>Interclass comparisons Matlab?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/255773#664144</link>
      <author>Ashvin</author>
      <description>Interclass comparisons Matlab?&lt;br&gt;
Hi,&lt;br&gt;
&lt;br&gt;
Just wanted to know if there is a way to approach this:&lt;br&gt;
&lt;br&gt;
I have several templates,&lt;br&gt;
&lt;br&gt;
say: template 1,2,3,4,....,100&lt;br&gt;
&lt;br&gt;
I would like to compare template 1 with the rest of the 99, then&lt;br&gt;
automatically go to template 2 with the other 99 (including template 1&lt;br&gt;
from the first section), template 3 with the rest of the 99, etc,&lt;br&gt;
&lt;br&gt;
Any suggestions how to implement this in Matlab&lt;br&gt;
&lt;br&gt;
Many Thanks,</description>
    </item>
    <item>
      <pubDate>Fri, 10 Jul 2009 06:08:01 -0400</pubDate>
      <title>Re: Interclass comparisons Matlab?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/255773#664145</link>
      <author>Shanmugam Kannappan</author>
      <description>Ashvin &amp;lt;nkmah2@gmail.com&amp;gt; wrote in message &amp;lt;bcdf1c0f-9627-4853-9d20-a9aa4a51cfc2@v15g2000prn.googlegroups.com&amp;gt;...&lt;br&gt;
&amp;gt; Interclass comparisons Matlab?&lt;br&gt;
&amp;gt; Hi,&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Just wanted to know if there is a way to approach this:&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; I have several templates,&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; say: template 1,2,3,4,....,100&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; I would like to compare template 1 with the rest of the 99, then&lt;br&gt;
&amp;gt; automatically go to template 2 with the other 99 (including template 1&lt;br&gt;
&amp;gt; from the first section), template 3 with the rest of the 99, etc,&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Any suggestions how to implement this in Matlab&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Many Thanks,&lt;br&gt;
&lt;br&gt;
Hi!&lt;br&gt;
Use for loop...&lt;br&gt;
Ex:&lt;br&gt;
&lt;br&gt;
for i=1:100&lt;br&gt;
&amp;nbsp;for j=1:100&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;if i==j&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;continue&lt;br&gt;
&amp;nbsp;&amp;nbsp;else&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Compare&lt;br&gt;
&amp;nbsp;&amp;nbsp;end&lt;br&gt;
&amp;nbsp;end&lt;br&gt;
end&lt;br&gt;
&lt;br&gt;
Hope it helps....&lt;br&gt;
Shan.......</description>
    </item>
  </channel>
</rss>

