<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Variable Editor</title>
	<link>http://blogs.mathworks.com/desktop/2008/04/21/variable-editor/</link>
	<description>Inside the MATLAB Desktop is written by the MATLAB Interface teams.&#60;br /&#62;&#60;br /&#62;&#60;a href="http://blogs.mathworks.com/images/desktop/authors/team_small.jpg"&#62;&#60;img src="http://blogs.mathworks.com/images/desktop/authors/team_tiny.jpg"&#62;&#60;/a&#62;</description>
	<pubDate>Mon, 08 Sep 2008 03:44:42 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: Bob Gilmore</title>
		<link>http://blogs.mathworks.com/desktop/2008/04/21/variable-editor/#comment-4318</link>
		<dc:creator>Bob Gilmore</dc:creator>
		<pubDate>Mon, 28 Apr 2008 20:17:50 +0000</pubDate>
		<guid>http://blogs.mathworks.com/desktop/2008/04/21/variable-editor/#comment-4318</guid>
		<description>Chee,
Sorry, but I don't know much about MEMMAPFILE.  I recommend contacting &lt;a href="http://www.mathworks.com/support/" rel="nofollow"&gt;MathWorks technical support&lt;/a&gt;, or posting your question to the &lt;a href="http://www.mathworks.com/matlabcentral/newsreader.shtml" rel="nofollow"&gt;comp.soft-sys.matlab &lt;/a&gt;Usenet group.
--
Bob Gilmore</description>
		<content:encoded><![CDATA[<p>Chee,<br />
Sorry, but I don&#8217;t know much about MEMMAPFILE.  I recommend contacting <a href="http://www.mathworks.com/support/" rel="nofollow">MathWorks technical support</a>, or posting your question to the <a href="http://www.mathworks.com/matlabcentral/newsreader.shtml" rel="nofollow">comp.soft-sys.matlab </a>Usenet group.<br />
&#8211;<br />
Bob Gilmore</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chee</title>
		<link>http://blogs.mathworks.com/desktop/2008/04/21/variable-editor/#comment-4307</link>
		<dc:creator>chee</dc:creator>
		<pubDate>Mon, 28 Apr 2008 07:37:15 +0000</pubDate>
		<guid>http://blogs.mathworks.com/desktop/2008/04/21/variable-editor/#comment-4307</guid>
		<description>Hi Bob,

The question is still about memmapfile for matlab file:

The code is as follows:
mydata = [(1:100)' (1:100)'];
save test.mat mydata -v6

m = memmapfile('test.mat','format',{'double',[100 2],'mydata'});
m.Data
??? Error using ==&#62; memmapfile.memmapfile&#62;memmapfile.hCreateMap at 257

I am wondering how to memory-map a .mat file. I guess there is some header information in the .mat file so that the data cannot be properly accessed.</description>
		<content:encoded><![CDATA[<p>Hi Bob,</p>
<p>The question is still about memmapfile for matlab file:</p>
<p>The code is as follows:<br />
mydata = [(1:100)&#8217; (1:100)&#8217;];<br />
save test.mat mydata -v6</p>
<p>m = memmapfile(&#8217;test.mat&#8217;,'format&#8217;,{&#8217;double&#8217;,[100 2],&#8217;mydata&#8217;});<br />
m.Data<br />
??? Error using ==&gt; memmapfile.memmapfile&gt;memmapfile.hCreateMap at 257</p>
<p>I am wondering how to memory-map a .mat file. I guess there is some header information in the .mat file so that the data cannot be properly accessed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chee</title>
		<link>http://blogs.mathworks.com/desktop/2008/04/21/variable-editor/#comment-4300</link>
		<dc:creator>chee</dc:creator>
		<pubDate>Sun, 27 Apr 2008 21:33:26 +0000</pubDate>
		<guid>http://blogs.mathworks.com/desktop/2008/04/21/variable-editor/#comment-4300</guid>
		<description>Hi Bob,

I have a question for using memmapfile. 

We can create an memmapfile object using m = memmapfile(which(’clown.mat’));

Can we just load a subset (say the first 100 row and cols) of the matrix simply using;
subset  = m.data(1:100,1:100);?

I tried that but it doesn't work. Can you suggest how to access the memory mapped matlab file? Thanks.

Chee

Can you</description>
		<content:encoded><![CDATA[<p>Hi Bob,</p>
<p>I have a question for using memmapfile. </p>
<p>We can create an memmapfile object using m = memmapfile(which(’clown.mat’));</p>
<p>Can we just load a subset (say the first 100 row and cols) of the matrix simply using;<br />
subset  = m.data(1:100,1:100);?</p>
<p>I tried that but it doesn&#8217;t work. Can you suggest how to access the memory mapped matlab file? Thanks.</p>
<p>Chee</p>
<p>Can you</p>
]]></content:encoded>
	</item>
</channel>
</rss>
