<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/260905</link>
    <title>MATLAB Central Newsreader - HELP!! How to load a mat file from a server</title>
    <description>Feed for thread: HELP!! How to load a mat file from a server</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>Tue, 15 Sep 2009 20:43:18 -0400</pubDate>
      <title>HELP!! How to load a mat file from a server</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/260905#680342</link>
      <author>Linghe </author>
      <description>Hi&lt;br&gt;
&lt;br&gt;
I am trying to load a mat file from our lab server. The directory is afp://PAR/Drobo...&lt;br&gt;
Does anyone know what matlab function I can use to access the mat file?&lt;br&gt;
&lt;br&gt;
Thanks a lot.&lt;br&gt;
steven</description>
    </item>
    <item>
      <pubDate>Tue, 15 Sep 2009 22:09:01 -0400</pubDate>
      <title>Re: HELP!! How to load a mat file from a server</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/260905#680365</link>
      <author>Camron Call</author>
      <description>Depending on your OS, one solution is to map the server folder to a network drive and assign it a letter. That way you can use a normal path name and not some off the wall server location.&lt;br&gt;
&lt;br&gt;
I have a server folder mapped to Y:\  &lt;br&gt;
&lt;br&gt;
You can do :&lt;br&gt;
&lt;br&gt;
&amp;gt;&amp;gt; load 'Y:\foldername1\foldername2\filename.mat'  &lt;br&gt;
&lt;br&gt;
and it should work.</description>
    </item>
    <item>
      <pubDate>Wed, 16 Sep 2009 15:06:02 -0400</pubDate>
      <title>Re: HELP!! How to load a mat file from a server</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/260905#680576</link>
      <author>Linghe </author>
      <description>&quot;Camron Call&quot; &amp;lt;camroncall@gmail.cam&amp;gt; wrote in message &amp;lt;h8p39t$g2m$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; Depending on your OS, one solution is to map the server folder to a network drive and assign it a letter. That way you can use a normal path name and not some off the wall server location.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; I have a server folder mapped to Y:\  &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; You can do :&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; load 'Y:\foldername1\foldername2\filename.mat'  &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; and it should work.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Thanks for the msg. I am on MAC OS. I have mapped the server folder to my local disk ('Drobo' on the desktop). And I tried to load it but got this error msg:&lt;br&gt;
??? Error using ==&amp;gt; load&lt;br&gt;
Unable to read file /Users/lingheyang/Desktop/Drobo/Steven/data_loadup/Brain_GEM_hist_mask.mat: Not a directory.&lt;br&gt;
&lt;br&gt;
any idea?&lt;br&gt;
&lt;br&gt;
Thanks</description>
    </item>
  </channel>
</rss>

