<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/264095</link>
    <title>MATLAB Central Newsreader - Concatenation of 4x2x4 with 4x2x96</title>
    <description>Feed for thread: Concatenation of 4x2x4 with 4x2x96</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, 26 Oct 2009 03:44:02 -0400</pubDate>
      <title>Concatenation of 4x2x4 with 4x2x96</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/264095#689657</link>
      <author>Menachem </author>
      <description>Hello I need to combine two numeric matrices&lt;br&gt;
size(a)=4x2x4 and&lt;br&gt;
size(b)=4x2x96 to make matrix c&lt;br&gt;
size(c)=4x2x100&lt;br&gt;
&lt;br&gt;
I have tried c=[a b]; c=[a,b]; c=[a;b];&lt;br&gt;
&lt;br&gt;
but they don't work. What is the correct form?&lt;br&gt;
thank you very much</description>
    </item>
    <item>
      <pubDate>Mon, 26 Oct 2009 03:46:20 -0400</pubDate>
      <title>Re: Concatenation of 4x2x4 with 4x2x96</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/264095#689659</link>
      <author>Doug Schwarz</author>
      <description>In article &amp;lt;hc35u2$kue$1@fred.mathworks.com&amp;gt;,&lt;br&gt;
&amp;nbsp;&quot;Menachem &quot; &amp;lt;23bbcvbcvbb2131@gmail.com&amp;gt; wrote:&lt;br&gt;
&lt;br&gt;
&amp;gt; Hello I need to combine two numeric matrices&lt;br&gt;
&amp;gt; size(a)=4x2x4 and&lt;br&gt;
&amp;gt; size(b)=4x2x96 to make matrix c&lt;br&gt;
&amp;gt; size(c)=4x2x100&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; I have tried c=[a b]; c=[a,b]; c=[a;b];&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; but they don't work. What is the correct form?&lt;br&gt;
&amp;gt; thank you very much&lt;br&gt;
&lt;br&gt;
cat(3,a,b)&lt;br&gt;
&lt;br&gt;
-- &lt;br&gt;
Doug Schwarz&lt;br&gt;
dmschwarz&amp;ieee,org&lt;br&gt;
Make obvious changes to get real email address.</description>
    </item>
  </channel>
</rss>

