<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/237555</link>
    <title>MATLAB Central Newsreader - My files vanished</title>
    <description>Feed for thread: My files vanished</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>Wed, 15 Oct 2008 07:41:02 -0400</pubDate>
      <title>My files vanished</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/237555#605337</link>
      <author>Florent Heidet</author>
      <description>Hi,&lt;br&gt;
&lt;br&gt;
I just installed Matlab 7 r14 on my new computer (Vista 64b) and it worked without a scratch.&lt;br&gt;
&lt;br&gt;
But when I tried to go in my &quot;work&quot; directory to copy my files, I did not find them...!!&lt;br&gt;
When within Matlab I do a &quot;dir&quot; or a &quot;ls&quot; Matlab sees the files in the directory.&lt;br&gt;
I can open the files from Matlab, but I cannot access to them from the explorer!! (of course, I already unchecked the &quot;Display hidden files&quot; in my explorer)&lt;br&gt;
&lt;br&gt;
Does anybody what is this problem due to (probably Vista)? And a way to solve it?&lt;br&gt;
&lt;br&gt;
Thanks</description>
    </item>
    <item>
      <pubDate>Wed, 15 Oct 2008 10:27:01 -0400</pubDate>
      <title>Re: My files vanished</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/237555#605389</link>
      <author>Dave Brackett</author>
      <description>&quot;Florent Heidet&quot; &amp;lt;flox17@hotmail.com&amp;gt; wrote in message &amp;lt;gd46qe$lhj$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; Hi,&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; I just installed Matlab 7 r14 on my new computer (Vista 64b) and it worked without a scratch.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; But when I tried to go in my &quot;work&quot; directory to copy my files, I did not find them...!!&lt;br&gt;
&amp;gt; When within Matlab I do a &quot;dir&quot; or a &quot;ls&quot; Matlab sees the files in the directory.&lt;br&gt;
&amp;gt; I can open the files from Matlab, but I cannot access to them from the explorer!! (of course, I already unchecked the &quot;Display hidden files&quot; in my explorer)&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Does anybody what is this problem due to (probably Vista)? And a way to solve it?&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Thanks&lt;br&gt;
&lt;br&gt;
have you checked that the address paths are identical? if you have installed the 64bit version of matlab it will probably have installed to C:\program files\ but if only the 32bit it will probably have installed to C:\program files(x86). &lt;br&gt;
&lt;br&gt;
if you still can't find it try doing a search for it from within windows (start-&amp;gt;search).</description>
    </item>
    <item>
      <pubDate>Wed, 15 Oct 2008 10:45:55 -0400</pubDate>
      <title>Re: My files vanished</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/237555#605394</link>
      <author>Rune Allnor</author>
      <description>On 15 Okt, 09:41, &quot;Florent Heidet&quot; &amp;lt;flo...@hotmail.com&amp;gt; wrote:&lt;br&gt;
&amp;gt; Hi,&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; I just installed Matlab 7 r14 on my new computer (Vista 64b) and it worked without a scratch.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; But when I tried to go in my &quot;work&quot; directory to copy my files, I did not find them...!!&lt;br&gt;
&amp;gt; When within Matlab I do a &quot;dir&quot; or a &quot;ls&quot; Matlab sees the files in the directory.&lt;br&gt;
&amp;gt; I can open the files from Matlab, but I cannot access to them from the explorer!! (of course, I already unchecked the &quot;Display hidden files&quot; in my explorer)&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Does anybody what is this problem due to (probably Vista)? And a way to solve it?&lt;br&gt;
&lt;br&gt;
This may have been altered by now, but a few years ago the&lt;br&gt;
work directory was located in a release-specific location.&lt;br&gt;
On my computer:&lt;br&gt;
&lt;br&gt;
C:\Program Files\MATLAB\R2006a\work&lt;br&gt;
&lt;br&gt;
So there is a chance that your files are located in a&lt;br&gt;
different location than where you think they are.&lt;br&gt;
&lt;br&gt;
Worse, unless you are very careful, there is a chance that&lt;br&gt;
your files may be erased if you uninstal the present version&lt;br&gt;
of matlab before you install the new one...&lt;br&gt;
&lt;br&gt;
What I do to minimize the hazzle of upgrades is to only&lt;br&gt;
have a startup.m file in the default directory and store&lt;br&gt;
my matlab files on a different path:&lt;br&gt;
&lt;br&gt;
C:\Documents and Settings\Eier\My Documents\matlab&lt;br&gt;
&lt;br&gt;
The startup.m file then contains the statement&lt;br&gt;
&lt;br&gt;
cd('C:\Documents and Settings\Eier\My Documents\matlab ')&lt;br&gt;
&lt;br&gt;
which basically is transparent from release to release.&lt;br&gt;
&lt;br&gt;
With the present twice-per-year version release frequency&lt;br&gt;
one would expect TMW to streamline such issues so that&lt;br&gt;
users experience as little hazzle as possible upon updates.&lt;br&gt;
&lt;br&gt;
A tool to scan for existing GUI preferences aand settings,&lt;br&gt;
as well as a transparent configurable location where to&lt;br&gt;
store local files would come in very handy. But again,&lt;br&gt;
my knowledge on the matter is a few years old, so these&lt;br&gt;
issues might already have been addressed by now.&lt;br&gt;
&lt;br&gt;
Rune</description>
    </item>
    <item>
      <pubDate>Wed, 15 Oct 2008 19:07:02 -0400</pubDate>
      <title>Re: My files vanished</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/237555#605513</link>
      <author>Florent Heidet</author>
      <description>I installed the 32bits version of Matlab so the instal directory is: C:\program files(x86)\MATLAB\&lt;br&gt;
&lt;br&gt;
I verified the correspondance of the paths...everything is fine.&lt;br&gt;
&lt;br&gt;
I did a search of my files, and they were found nowhere on the computer!!&lt;br&gt;
However if I copy MATLAB files (eg. downloaded from Internet) in my work directory, when I am runing MATLAB, I see the new files (from Internet) and the old files (I created with MATLAB) in the same directory, but if I use the explorer, I see only the Internet files!&lt;br&gt;
&lt;br&gt;
More funny: if I put manually in my work directory files with same name than the files I created within Matlab, then I can open the file I just copied, and when I am removing it, I can open the former file with the same name!!&lt;br&gt;
It is like if there were a &quot;gost directory&quot; used to store files made by &quot;my&quot; Matlab, and a directory with the same name where I can copy files...&lt;br&gt;
&lt;br&gt;
Any idea...?</description>
    </item>
    <item>
      <pubDate>Wed, 15 Oct 2008 21:38:02 -0400</pubDate>
      <title>Re: My files vanished</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/237555#605548</link>
      <author>Dave Brackett</author>
      <description>&quot;Florent Heidet&quot; &amp;lt;flox17@hotmail.com&amp;gt; wrote in message &amp;lt;gd5f0m$okr$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; I installed the 32bits version of Matlab so the instal directory is: C:\program files(x86)\MATLAB\&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; I verified the correspondance of the paths...everything is fine.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; I did a search of my files, and they were found nowhere on the computer!!&lt;br&gt;
&amp;gt; However if I copy MATLAB files (eg. downloaded from Internet) in my work directory, when I am runing MATLAB, I see the new files (from Internet) and the old files (I created with MATLAB) in the same directory, but if I use the explorer, I see only the Internet files!&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; More funny: if I put manually in my work directory files with same name than the files I created within Matlab, then I can open the file I just copied, and when I am removing it, I can open the former file with the same name!!&lt;br&gt;
&amp;gt; It is like if there were a &quot;gost directory&quot; used to store files made by &quot;my&quot; Matlab, and a directory with the same name where I can copy files...&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Any idea...?&lt;br&gt;
&lt;br&gt;
Can you copy out the files from the current directory window of matlab? paste them to the desktop or somewhere else known. Does that work?</description>
    </item>
    <item>
      <pubDate>Thu, 16 Oct 2008 05:19:02 -0400</pubDate>
      <title>Re: My files vanished</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/237555#605592</link>
      <author>Florent Heidet</author>
      <description>Dave,&lt;br&gt;
&lt;br&gt;
Your solution is the one I have been using until now, but that is not really convenient...&lt;br&gt;
&lt;br&gt;
I will maybe try to reinstal Matlab, or buy an upgraded version...</description>
    </item>
    <item>
      <pubDate>Thu, 16 Oct 2008 05:32:01 -0400</pubDate>
      <title>Re: My files vanished</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/237555#605594</link>
      <author>Bruno Luong</author>
      <description>&quot;Florent Heidet&quot; &amp;lt;flox17@hotmail.com&amp;gt; wrote in message &amp;lt;gd5f0m$okr$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Any idea...?&lt;br&gt;
&lt;br&gt;
Check Windows &quot;Control Panel -&amp;gt; Folder Options -&amp;gt; View&quot; (or something like this) and make sure your files are not hidden by one of the checked configuration.&lt;br&gt;
&lt;br&gt;
This is more likely OS.&lt;br&gt;
&lt;br&gt;
Bruno</description>
    </item>
    <item>
      <pubDate>Fri, 17 Oct 2008 06:58:02 -0400</pubDate>
      <title>Re: My files vanished</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/237555#605835</link>
      <author>Florent Heidet</author>
      <description>&quot;Bruno Luong&quot; &amp;lt;b.luong@fogale.findmycountry&amp;gt; wrote in message &amp;lt;gd6jkh$24s$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &quot;Florent Heidet&quot; &amp;lt;flox17@hotmail.com&amp;gt; wrote in message &amp;lt;gd5f0m$okr$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; Any idea...?&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Check Windows &quot;Control Panel -&amp;gt; Folder Options -&amp;gt; View&quot; (or something like this) and make sure your files are not hidden by one of the checked configuration.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; This is more likely OS.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Bruno&lt;br&gt;
&lt;br&gt;
I also checked that...unsuccessfully...&lt;br&gt;
&lt;br&gt;
:-(</description>
    </item>
    <item>
      <pubDate>Fri, 17 Oct 2008 07:52:46 -0400</pubDate>
      <title>Re: My files vanished</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/237555#605839</link>
      <author>Rune Allnor</author>
      <description>On 17 Okt, 08:58, &quot;Florent Heidet&quot; &amp;lt;flo...@hotmail.com&amp;gt; wrote:&lt;br&gt;
&amp;gt; &quot;Bruno Luong&quot; &amp;lt;b.lu...@fogale.findmycountry&amp;gt; wrote in message &amp;lt;gd6jkh$24...@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; &quot;Florent Heidet&quot; &amp;lt;flo...@hotmail.com&amp;gt; wrote in message &amp;lt;gd5f0m$ok...@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; Any idea...?&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; Check Windows &quot;Control Panel -&amp;gt; Folder Options -&amp;gt; View&quot; (or something like this) and make sure your files are not hidden by one of the checked configuration.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; This is more likely OS.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; Bruno&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; I also checked that...unsuccessfully...&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; :-(&lt;br&gt;
&lt;br&gt;
Did you try to store the files somewhere else and only have&lt;br&gt;
the startup.m I showed you in the work directory?&lt;br&gt;
&lt;br&gt;
Rune</description>
    </item>
    <item>
      <pubDate>Wed, 22 Oct 2008 07:39:01 -0400</pubDate>
      <title>Re: My files vanished</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/237555#606769</link>
      <author>Gema Abrajano</author>
      <description>&quot;Florent Heidet&quot; &amp;lt;flox17@hotmail.com&amp;gt; wrote in message &amp;lt;gd46qe$lhj$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; Hi,&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; I just installed Matlab 7 r14 on my new computer (Vista 64b) and it worked without a scratch.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; But when I tried to go in my &quot;work&quot; directory to copy my files, I did not find them...!!&lt;br&gt;
&amp;gt; When within Matlab I do a &quot;dir&quot; or a &quot;ls&quot; Matlab sees the files in the directory.&lt;br&gt;
&amp;gt; I can open the files from Matlab, but I cannot access to them from the explorer!! (of course, I already unchecked the &quot;Display hidden files&quot; in my explorer)&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Does anybody what is this problem due to (probably Vista)? And a way to solve it?&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Thanks&lt;br&gt;
&lt;br&gt;
i am having the same problem.. im also using vista 32, and i installed r2006a.. basically it's the same, file can be viewed while on matlab window, but going to the work folder from my computer, the files are gone.. and i don't even get to copy the file and paste it in another directory, because the computer prompts me and say that the file is gone. hope someone will be able to help.</description>
    </item>
    <item>
      <pubDate>Wed, 22 Oct 2008 08:03:02 -0400</pubDate>
      <title>Re: My files vanished</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/237555#606772</link>
      <author>Gema Abrajano</author>
      <description>Rune Allnor &amp;lt;allnor@tele.ntnu.no&amp;gt; wrote in message &amp;lt;fe804dd8-ddcb-4ae8-b949-2d37bad0cd7a@h60g2000hsg.googlegroups.com&amp;gt;...&lt;br&gt;
&amp;gt; On 17 Okt, 08:58, &quot;Florent Heidet&quot; &amp;lt;flo...@hotmail.com&amp;gt; wrote:&lt;br&gt;
&amp;gt; &amp;gt; &quot;Bruno Luong&quot; &amp;lt;b.lu...@fogale.findmycountry&amp;gt; wrote in message &amp;lt;gd6jkh$24...@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &quot;Florent Heidet&quot; &amp;lt;flo...@hotmail.com&amp;gt; wrote in message &amp;lt;gd5f0m$ok...@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; Any idea...?&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; Check Windows &quot;Control Panel -&amp;gt; Folder Options -&amp;gt; View&quot; (or something like this) and make sure your files are not hidden by one of the checked configuration.&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; This is more likely OS.&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; Bruno&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; I also checked that...unsuccessfully...&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; :-(&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Did you try to store the files somewhere else and only have&lt;br&gt;
&amp;gt; the startup.m I showed you in the work directory?&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Rune&lt;br&gt;
&lt;br&gt;
i did what you advised - creating a new folder and then just leaving the startup.m in the work directory.. then i changed my current directory in matlab from work to the new folder that i created.. it's working and everything seems to be fine now since i can access the new files generated by matlab, so thank you for this..&lt;br&gt;
&lt;br&gt;
but i have a newb question to ask.. isn't the work folder some sort of the default folder for matlab, therefore would i be having problems in the future for some other files going into the work directory? or is it that since my current directory is already the new directory that i created, then i wouldn't have to worry about the old work directory anymore? and what's the use of the startup.m file left there? sorry if this is such a newb question, thanks for the help!</description>
    </item>
    <item>
      <pubDate>Wed, 22 Oct 2008 10:00:59 -0400</pubDate>
      <title>Re: My files vanished</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/237555#606797</link>
      <author>Rune Allnor</author>
      <description>On 22 Okt, 10:03, &quot;Gema Abrajano&quot; &amp;lt;gdabraj...@yahoo.com&amp;gt; wrote:&lt;br&gt;
&amp;gt; Rune Allnor &amp;lt;all...@tele.ntnu.no&amp;gt; wrote in message &amp;lt;fe804dd8-ddcb-4ae8-b949-2d37bad0c...@h60g2000hsg.googlegroups.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; On 17 Okt, 08:58, &quot;Florent Heidet&quot; &amp;lt;flo...@hotmail.com&amp;gt; wrote:&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &quot;Bruno Luong&quot; &amp;lt;b.lu...@fogale.findmycountry&amp;gt; wrote in message &amp;lt;gd6jkh$24...@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; &quot;Florent Heidet&quot; &amp;lt;flo...@hotmail.com&amp;gt; wrote in message &amp;lt;gd5f0m$ok...@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Any idea...?&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; Check Windows &quot;Control Panel -&amp;gt; Folder Options -&amp;gt; View&quot; (or something like this) and make sure your files are not hidden by one of the checked configuration.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; This is more likely OS.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; Bruno&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; I also checked that...unsuccessfully...&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; :-(&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; Did you try to store the files somewhere else and only have&lt;br&gt;
&amp;gt; &amp;gt; the startup.m I showed you in the work directory?&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; Rune&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; i did what you advised - creating a new folder and then just leaving the startup.m in the work directory.. then i changed my current directory in matlab from work to the new folder that i created.. it's working and everything seems to be fine now since i can access the new files generated by matlab, so thank you for this..&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; but i have a newb question to ask.. isn't the work folder some sort of the default folder for matlab, therefore would i be having problems in the future for some other files going into the work directory?&lt;br&gt;
&lt;br&gt;
MATLABROOT/work is the default directrory and where users are&lt;br&gt;
supposed&lt;br&gt;
to store their files, but there are two problems with it (as it&lt;br&gt;
appeared&lt;br&gt;
on R2006a and before):&lt;br&gt;
&lt;br&gt;
- On the window platform it resides in the C:\Program files folder,&lt;br&gt;
&amp;nbsp;&amp;nbsp;which is a place where users should not need to mess around&lt;br&gt;
- There are (was) different work directores for different versions&lt;br&gt;
&amp;nbsp;&amp;nbsp;of matlab, so you will have (had) to move all your files to&lt;br&gt;
&amp;nbsp;&amp;nbsp;the new work directory every time you update matlab.&lt;br&gt;
&lt;br&gt;
&amp;gt; or is it that since my current directory is already the new directory that i created, then i wouldn't have to worry about the old work directory anymore?&lt;br&gt;
&lt;br&gt;
What you want as a user is to update your matlab lisences with&lt;br&gt;
at little fuzz as possible. In principle this should be as&lt;br&gt;
easy as&lt;br&gt;
&lt;br&gt;
1) Uninstall the present matlab version&lt;br&gt;
2) Install the new matlab version&lt;br&gt;
&lt;br&gt;
and everything should remain the same way it was the&lt;br&gt;
last time you shut down the old version when you start&lt;br&gt;
the new version for the first time.&lt;br&gt;
&lt;br&gt;
In practice, you have to (at least up to and including&lt;br&gt;
R2006a) move the work directory into a new place and&lt;br&gt;
maybe also the preferences directory. Not a big deal,&lt;br&gt;
but lots of users don't know how to do that. And there&lt;br&gt;
is no reason they should need to, as matlab should be&lt;br&gt;
able to use old setup-files when a noew version is&lt;br&gt;
installed. It'a a trivial thing to do for the programmers,&lt;br&gt;
but it has to be done.&lt;br&gt;
&lt;br&gt;
So you as user wants to minimize the hazzle. One way of&lt;br&gt;
doing that is to make a folder e.g. under 'My Documents'&lt;br&gt;
where you store your matlab-related stuff. Since it is&lt;br&gt;
not in the standard matlab hierarchy, matlab doesn't&lt;br&gt;
know about this folder, and thus can't mess with it&lt;br&gt;
when you uninstall matlab.&lt;br&gt;
&lt;br&gt;
&amp;gt; and what's the use of the startup.m file left there?&lt;br&gt;
&lt;br&gt;
The matlab looks for a startup.m file in the work&lt;br&gt;
directory every time it starts up. So any instructions&lt;br&gt;
inside that file are executed automatically.&lt;br&gt;
&lt;br&gt;
Since you have stored all your files in a place&lt;br&gt;
matlab doesn't know about, you need to let matlab&lt;br&gt;
know where to look for files and set the working&lt;br&gt;
directory (note the difference between 'work&lt;br&gt;
directory' and 'working directory'). The CD command&lt;br&gt;
makes matlab set your local directory as the&lt;br&gt;
working directory.&lt;br&gt;
&lt;br&gt;
Rune</description>
    </item>
    <item>
      <pubDate>Thu, 23 Oct 2008 06:55:03 -0400</pubDate>
      <title>Re: My files vanished</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/237555#606918</link>
      <author>Gema Abrajano</author>
      <description>Rune Allnor &amp;lt;allnor@tele.ntnu.no&amp;gt; wrote in message &amp;lt;7ff82278-f89d-4bf4-a7c6-ccbfefa4c171@k16g2000hsf.googlegroups.com&amp;gt;...&lt;br&gt;
&amp;gt; On 22 Okt, 10:03, &quot;Gema Abrajano&quot; &amp;lt;gdabraj...@yahoo.com&amp;gt; wrote:&lt;br&gt;
&amp;gt; &amp;gt; Rune Allnor &amp;lt;all...@tele.ntnu.no&amp;gt; wrote in message &amp;lt;fe804dd8-ddcb-4ae8-b949-2d37bad0c...@h60g2000hsg.googlegroups.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; On 17 Okt, 08:58, &quot;Florent Heidet&quot; &amp;lt;flo...@hotmail.com&amp;gt; wrote:&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; &quot;Bruno Luong&quot; &amp;lt;b.lu...@fogale.findmycountry&amp;gt; wrote in message &amp;lt;gd6jkh$24...@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &quot;Florent Heidet&quot; &amp;lt;flo...@hotmail.com&amp;gt; wrote in message &amp;lt;gd5f0m$ok...@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Any idea...?&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Check Windows &quot;Control Panel -&amp;gt; Folder Options -&amp;gt; View&quot; (or something like this) and make sure your files are not hidden by one of the checked configuration.&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; This is more likely OS.&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Bruno&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; I also checked that...unsuccessfully...&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; :-(&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; Did you try to store the files somewhere else and only have&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; the startup.m I showed you in the work directory?&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; Rune&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; i did what you advised - creating a new folder and then just leaving the startup.m in the work directory.. then i changed my current directory in matlab from work to the new folder that i created.. it's working and everything seems to be fine now since i can access the new files generated by matlab, so thank you for this..&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; but i have a newb question to ask.. isn't the work folder some sort of the default folder for matlab, therefore would i be having problems in the future for some other files going into the work directory?&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; MATLABROOT/work is the default directrory and where users are&lt;br&gt;
&amp;gt; supposed&lt;br&gt;
&amp;gt; to store their files, but there are two problems with it (as it&lt;br&gt;
&amp;gt; appeared&lt;br&gt;
&amp;gt; on R2006a and before):&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; - On the window platform it resides in the C:\Program files folder,&lt;br&gt;
&amp;gt;   which is a place where users should not need to mess around&lt;br&gt;
&amp;gt; - There are (was) different work directores for different versions&lt;br&gt;
&amp;gt;   of matlab, so you will have (had) to move all your files to&lt;br&gt;
&amp;gt;   the new work directory every time you update matlab.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; or is it that since my current directory is already the new directory that i created, then i wouldn't have to worry about the old work directory anymore?&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; What you want as a user is to update your matlab lisences with&lt;br&gt;
&amp;gt; at little fuzz as possible. In principle this should be as&lt;br&gt;
&amp;gt; easy as&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; 1) Uninstall the present matlab version&lt;br&gt;
&amp;gt; 2) Install the new matlab version&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; and everything should remain the same way it was the&lt;br&gt;
&amp;gt; last time you shut down the old version when you start&lt;br&gt;
&amp;gt; the new version for the first time.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; In practice, you have to (at least up to and including&lt;br&gt;
&amp;gt; R2006a) move the work directory into a new place and&lt;br&gt;
&amp;gt; maybe also the preferences directory. Not a big deal,&lt;br&gt;
&amp;gt; but lots of users don't know how to do that. And there&lt;br&gt;
&amp;gt; is no reason they should need to, as matlab should be&lt;br&gt;
&amp;gt; able to use old setup-files when a noew version is&lt;br&gt;
&amp;gt; installed. It'a a trivial thing to do for the programmers,&lt;br&gt;
&amp;gt; but it has to be done.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; So you as user wants to minimize the hazzle. One way of&lt;br&gt;
&amp;gt; doing that is to make a folder e.g. under 'My Documents'&lt;br&gt;
&amp;gt; where you store your matlab-related stuff. Since it is&lt;br&gt;
&amp;gt; not in the standard matlab hierarchy, matlab doesn't&lt;br&gt;
&amp;gt; know about this folder, and thus can't mess with it&lt;br&gt;
&amp;gt; when you uninstall matlab.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; and what's the use of the startup.m file left there?&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; The matlab looks for a startup.m file in the work&lt;br&gt;
&amp;gt; directory every time it starts up. So any instructions&lt;br&gt;
&amp;gt; inside that file are executed automatically.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Since you have stored all your files in a place&lt;br&gt;
&amp;gt; matlab doesn't know about, you need to let matlab&lt;br&gt;
&amp;gt; know where to look for files and set the working&lt;br&gt;
&amp;gt; directory (note the difference between 'work&lt;br&gt;
&amp;gt; directory' and 'working directory'). The CD command&lt;br&gt;
&amp;gt; makes matlab set your local directory as the&lt;br&gt;
&amp;gt; working directory.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Rune&lt;br&gt;
&lt;br&gt;
thanks for these! everything seems to be working fine now. hope florent will be able to solve the problems also. thanks!</description>
    </item>
    <item>
      <pubDate>Tue, 02 Dec 2008 16:42:02 -0500</pubDate>
      <title>Re: My files vanished</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/237555#614494</link>
      <author>Ned Fox</author>
      <description>&quot;Gema Abrajano&quot; &amp;lt;gdabrajano@yahoo.com&amp;gt; wrote in message &amp;lt;gdp747$1m0$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; Rune Allnor &amp;lt;allnor@tele.ntnu.no&amp;gt; wrote in message &amp;lt;7ff82278-f89d-4bf4-a7c6-ccbfefa4c171@k16g2000hsf.googlegroups.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; On 22 Okt, 10:03, &quot;Gema Abrajano&quot; &amp;lt;gdabraj...@yahoo.com&amp;gt; wrote:&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; Rune Allnor &amp;lt;all...@tele.ntnu.no&amp;gt; wrote in message &amp;lt;fe804dd8-ddcb-4ae8-b949-2d37bad0c...@h60g2000hsg.googlegroups.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; On 17 Okt, 08:58, &quot;Florent Heidet&quot; &amp;lt;flo...@hotmail.com&amp;gt; wrote:&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &quot;Bruno Luong&quot; &amp;lt;b.lu...@fogale.findmycountry&amp;gt; wrote in message &amp;lt;gd6jkh$24...@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &quot;Florent Heidet&quot; &amp;lt;flo...@hotmail.com&amp;gt; wrote in message &amp;lt;gd5f0m$ok...@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Any idea...?&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Check Windows &quot;Control Panel -&amp;gt; Folder Options -&amp;gt; View&quot; (or something like this) and make sure your files are not hidden by one of the checked configuration.&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; This is more likely OS.&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Bruno&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; I also checked that...unsuccessfully...&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; :-(&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; Did you try to store the files somewhere else and only have&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; the startup.m I showed you in the work directory?&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; Rune&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; i did what you advised - creating a new folder and then just leaving the startup.m in the work directory.. then i changed my current directory in matlab from work to the new folder that i created.. it's working and everything seems to be fine now since i can access the new files generated by matlab, so thank you for this..&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; but i have a newb question to ask.. isn't the work folder some sort of the default folder for matlab, therefore would i be having problems in the future for some other files going into the work directory?&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; MATLABROOT/work is the default directrory and where users are&lt;br&gt;
&amp;gt; &amp;gt; supposed&lt;br&gt;
&amp;gt; &amp;gt; to store their files, but there are two problems with it (as it&lt;br&gt;
&amp;gt; &amp;gt; appeared&lt;br&gt;
&amp;gt; &amp;gt; on R2006a and before):&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; - On the window platform it resides in the C:\Program files folder,&lt;br&gt;
&amp;gt; &amp;gt;   which is a place where users should not need to mess around&lt;br&gt;
&amp;gt; &amp;gt; - There are (was) different work directores for different versions&lt;br&gt;
&amp;gt; &amp;gt;   of matlab, so you will have (had) to move all your files to&lt;br&gt;
&amp;gt; &amp;gt;   the new work directory every time you update matlab.&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; or is it that since my current directory is already the new directory that i created, then i wouldn't have to worry about the old work directory anymore?&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; What you want as a user is to update your matlab lisences with&lt;br&gt;
&amp;gt; &amp;gt; at little fuzz as possible. In principle this should be as&lt;br&gt;
&amp;gt; &amp;gt; easy as&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; 1) Uninstall the present matlab version&lt;br&gt;
&amp;gt; &amp;gt; 2) Install the new matlab version&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; and everything should remain the same way it was the&lt;br&gt;
&amp;gt; &amp;gt; last time you shut down the old version when you start&lt;br&gt;
&amp;gt; &amp;gt; the new version for the first time.&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; In practice, you have to (at least up to and including&lt;br&gt;
&amp;gt; &amp;gt; R2006a) move the work directory into a new place and&lt;br&gt;
&amp;gt; &amp;gt; maybe also the preferences directory. Not a big deal,&lt;br&gt;
&amp;gt; &amp;gt; but lots of users don't know how to do that. And there&lt;br&gt;
&amp;gt; &amp;gt; is no reason they should need to, as matlab should be&lt;br&gt;
&amp;gt; &amp;gt; able to use old setup-files when a noew version is&lt;br&gt;
&amp;gt; &amp;gt; installed. It'a a trivial thing to do for the programmers,&lt;br&gt;
&amp;gt; &amp;gt; but it has to be done.&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; So you as user wants to minimize the hazzle. One way of&lt;br&gt;
&amp;gt; &amp;gt; doing that is to make a folder e.g. under 'My Documents'&lt;br&gt;
&amp;gt; &amp;gt; where you store your matlab-related stuff. Since it is&lt;br&gt;
&amp;gt; &amp;gt; not in the standard matlab hierarchy, matlab doesn't&lt;br&gt;
&amp;gt; &amp;gt; know about this folder, and thus can't mess with it&lt;br&gt;
&amp;gt; &amp;gt; when you uninstall matlab.&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; and what's the use of the startup.m file left there?&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; The matlab looks for a startup.m file in the work&lt;br&gt;
&amp;gt; &amp;gt; directory every time it starts up. So any instructions&lt;br&gt;
&amp;gt; &amp;gt; inside that file are executed automatically.&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; Since you have stored all your files in a place&lt;br&gt;
&amp;gt; &amp;gt; matlab doesn't know about, you need to let matlab&lt;br&gt;
&amp;gt; &amp;gt; know where to look for files and set the working&lt;br&gt;
&amp;gt; &amp;gt; directory (note the difference between 'work&lt;br&gt;
&amp;gt; &amp;gt; directory' and 'working directory'). The CD command&lt;br&gt;
&amp;gt; &amp;gt; makes matlab set your local directory as the&lt;br&gt;
&amp;gt; &amp;gt; working directory.&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; Rune&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; thanks for these! everything seems to be working fine now. hope florent will be able to solve the problems also. thanks!&lt;br&gt;
&lt;br&gt;
I just had this problem. In the work folder, click the button that says &quot;Compatibility Files&quot; and they should pop up.&lt;br&gt;
&lt;br&gt;
I know it's a little too late, hopefully this will help other people.</description>
    </item>
    <item>
      <pubDate>Tue, 06 Dec 2011 20:46:08 -0500</pubDate>
      <title>Re: My files vanished</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/237555#860667</link>
      <author>Vigneron Pierre</author>
      <description>Hi all,&lt;br&gt;
I've exactly the same problem (on my 2009 matlab version).&lt;br&gt;
I found the cause : I've got some symbolic folder in my matlab working directory. All the files appeared when I deleted the symbolic folder.&lt;br&gt;
&lt;br&gt;
I don't know why, because it's working fine on my 2010 Matlab version.&lt;br&gt;
&lt;br&gt;
Best regards,&lt;br&gt;
&lt;br&gt;
Pierre</description>
    </item>
  </channel>
</rss>

