<?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>Re: efficiently fwrite a cell-array of matrices</title>
        
            <link>http://mathforum.org/kb/thread.jspa?messageID=8895613&amp;tstart=0#8895613</link>

        

            <description><![CDATA[I would also test save('myFile.mat','C','-v6') - on my system it's faster than the naive for loop, almost as fast as your RLE solution, and much]]></description>

        

            <jf:creationDate>Apr 18, 2013 1:11:10 PM</jf:creationDate>
            <jf:modificationDate>Apr 18, 2013 1:11:10 PM</jf:modificationDate>
            <jf:author>altmanyDEL@gmailDEL.comDEL</jf:author>
            <jf:replyCount>0</jf:replyCount>
        </item>

        <item>
            <title>Re: efficiently fwrite a cell-array of matrices</title>
        
            <link>http://mathforum.org/kb/thread.jspa?messageID=8189137&amp;tstart=0#8189137</link>

        

            <description><![CDATA[Dear David,<br><br>If Bruno's cell concatenation is useful, you could try the C-Mex version also:<br>  <a]]></description>

        

            <jf:creationDate>Jan 30, 2013 5:57:08 AM</jf:creationDate>
            <jf:modificationDate>Jan 30, 2013 5:57:08 AM</jf:modificationDate>
            <jf:author>matlab.THIS_YEAR@nMINUSsimon.de</jf:author>
            <jf:replyCount>1</jf:replyCount>
        </item>

        <item>
            <title>Re: efficiently fwrite a cell-array of matrices</title>
        
            <link>http://mathforum.org/kb/thread.jspa?messageID=8121911&amp;tstart=0#8121911</link>

        

            <description><![CDATA[If you don't want mex, here is what I propose:<br><br>fid = fopen('myfile.bin','w');<br>tic<br>n = cellfun('prodofsize', C);<br>stop =]]></description>

        

            <jf:creationDate>Jan 22, 2013 6:02:08 AM</jf:creationDate>
            <jf:modificationDate>Jan 22, 2013 6:02:08 AM</jf:modificationDate>
            <jf:author>b.luong@fogale.findmycountry</jf:author>
            <jf:replyCount>2</jf:replyCount>
        </item>

        <item>
            <title>Re: efficiently fwrite a cell-array of matrices</title>
        
            <link>http://mathforum.org/kb/thread.jspa?messageID=8121912&amp;tstart=0#8121912</link>

        

            <description><![CDATA[ <br>]]></description>

        

            <jf:creationDate>Jan 22, 2013 6:02:07 AM</jf:creationDate>
            <jf:modificationDate>Jan 22, 2013 6:02:07 AM</jf:modificationDate>
            <jf:author></jf:author>
            <jf:replyCount>3</jf:replyCount>
        </item>

        <item>
            <title>Re: efficiently fwrite a cell-array of matrices</title>
        
            <link>http://mathforum.org/kb/thread.jspa?messageID=8118141&amp;tstart=0#8118141</link>

        

            <description><![CDATA[Hi David,<br><br><font color="#660066">&gt; (2) Just iterating with "for" over all N cell entries and doing a fwrite per entry lacks]]></description>

        

            <jf:creationDate>Jan 21, 2013 4:20:08 PM</jf:creationDate>
            <jf:modificationDate>Jan 21, 2013 4:20:08 PM</jf:modificationDate>
            <jf:author>matlab.THIS_YEAR@nMINUSsimon.de</jf:author>
            <jf:replyCount>4</jf:replyCount>
        </item>

        <item>
            <title>Re: efficiently fwrite a cell-array of matrices</title>
        
            <link>http://mathforum.org/kb/thread.jspa?messageID=8117937&amp;tstart=0#8117937</link>

        

            <description><![CDATA[I think the mex file is a way to go.<br><br>Bruno<br>]]></description>

        

            <jf:creationDate>Jan 21, 2013 3:46:08 PM</jf:creationDate>
            <jf:modificationDate>Jan 21, 2013 3:46:08 PM</jf:modificationDate>
            <jf:author>b.luong@fogale.findmycountry</jf:author>
            <jf:replyCount>0</jf:replyCount>
        </item>

        <item>
            <title>efficiently fwrite a cell-array of matrices</title>
        
            <link>http://mathforum.org/kb/thread.jspa?messageID=8117938&amp;tstart=0#8117938</link>

        

            <description><![CDATA[ <br>]]></description>

        

            <jf:creationDate>Jan 21, 2013 3:46:07 PM</jf:creationDate>
            <jf:modificationDate>Jan 21, 2013 3:46:07 PM</jf:modificationDate>
            <jf:author></jf:author>
            <jf:replyCount>6</jf:replyCount>
        </item>


    </channel>
</rss>

