<?xml version="1.0" encoding="UTF-8"?>










<rss version="2.0" xmlns:jf="http://www.jivesoftware.com/xmlns/jiveforums/rss">
    <channel>
        <title>Math Forum</title>
        <link>http://mathforum.org/kb</link>
        <description>List of forum topics</description>
        <language>en</language>


        <item>
            <title>repeating array elements</title>
        
            <link>http://mathforum.org/kb/thread.jspa?messageID=8162409&amp;tstart=0#8162409</link>

        

            <description><![CDATA[Adam Chapman &lt;adamchapman1985@hotmail.co.uk&gt; wrote in message &lt;63207d27-e8c5-49a1-b1ed-f892f49929dd@googlegroups.com&gt;...<br><font]]></description>

        

            <jf:creationDate>Jan 26, 2013 10:49:08 AM</jf:creationDate>
            <jf:modificationDate>Jan 26, 2013 10:49:08 AM</jf:modificationDate>
            <jf:author>mattjacREMOVE@THISieee.spam</jf:author>
            <jf:replyCount>0</jf:replyCount>
        </item>

        <item>
            <title>Re: repeating array elements</title>
        
            <link>http://mathforum.org/kb/thread.jspa?messageID=8162165&amp;tstart=0#8162165</link>

        

            <description><![CDATA[% Another way:<br><br>[m n] = size(A);<br>B = A(repmat(1:m,2,1),repmat(1:n,2,1))<br><br>% Bruno<br>]]></description>

        

            <jf:creationDate>Jan 26, 2013 10:40:08 AM</jf:creationDate>
            <jf:modificationDate>Jan 26, 2013 10:40:08 AM</jf:modificationDate>
            <jf:author>b.luong@fogale.findmycountry</jf:author>
            <jf:replyCount>0</jf:replyCount>
        </item>

        <item>
            <title>Re: repeating array elements</title>
        
            <link>http://mathforum.org/kb/thread.jspa?messageID=8159440&amp;tstart=0#8159440</link>

        

            <description><![CDATA[On Saturday, January 26, 2013 10:08:07 AM UTC, Bruno Luong wrote:<br><font color="#660066">&gt; % Third method:<br>&gt; <br>&gt; [m n] =]]></description>

        

            <jf:creationDate>Jan 26, 2013 5:45:47 AM</jf:creationDate>
            <jf:modificationDate>Jan 26, 2013 5:45:47 AM</jf:modificationDate>
            <jf:author>adamchapman1985@hotmail.co.uk</jf:author>
            <jf:replyCount>1</jf:replyCount>
        </item>

        <item>
            <title>repeating array elements</title>
        
            <link>http://mathforum.org/kb/thread.jspa?messageID=8159221&amp;tstart=0#8159221</link>

        

            <description><![CDATA[% Third method:<br>[m n] = size(A);<br>B = A(ceil((1:2*m)/2),ceil((1:2*n)/2))<br><br>% Bruno<br>]]></description>

        

            <jf:creationDate>Jan 26, 2013 5:08:07 AM</jf:creationDate>
            <jf:modificationDate>Jan 26, 2013 5:08:07 AM</jf:modificationDate>
            <jf:author>b.luong@fogale.findmycountry</jf:author>
            <jf:replyCount>2</jf:replyCount>
        </item>

        <item>
            <title>repeating array elements</title>
        
            <link>http://mathforum.org/kb/thread.jspa?messageID=8151927&amp;tstart=0#8151927</link>

        

            <description><![CDATA[% First way:<br>[m n] = size(A);<br>B = reshape(A,1,m,1,n);<br>B = repmat(B, [2 1 2 1]);<br>B = reshape(B,[m n]*2)<br><br>% Second way<br>B =]]></description>

        

            <jf:creationDate>Jan 25, 2013 4:56:08 PM</jf:creationDate>
            <jf:modificationDate>Jan 25, 2013 4:56:08 PM</jf:modificationDate>
            <jf:author>b.luong@fogale.findmycountry</jf:author>
            <jf:replyCount>3</jf:replyCount>
        </item>

        <item>
            <title>repeating array elements</title>
        
            <link>http://mathforum.org/kb/thread.jspa?messageID=8151697&amp;tstart=0#8151697</link>

        

            <description><![CDATA[Can anybosy think of a fast way to do coppy each element of an array n times row or column wise?<br><br>For example, changing the array<br><br>1 2]]></description>

        

            <jf:creationDate>Jan 25, 2013 4:34:54 PM</jf:creationDate>
            <jf:modificationDate>Jan 25, 2013 4:34:54 PM</jf:modificationDate>
            <jf:author>adamchapman1985@hotmail.co.uk</jf:author>
            <jf:replyCount>5</jf:replyCount>
        </item>


    </channel>
</rss>

