From: Bill Whiten on
"Bill Whiten" <notthis.W.Whiten(a)uq.edu.au> wrote in message <hsgj3v$a8v$1(a)fred.mathworks.com>...
> I would like to find a method of reading the names of the files open in the editor.
>
> I work on several different projects, which use different sets of files.
> I would like to save the names of the files open in the editor for each project when I close Matlab, so that I can open them all again via a program that reopens the files, when I come back to that project.
>
> Thanks

In 2010a +:
Documented method (doc editorservices):

allDocs = editorservices.getAll;
savededit={allDocs.Filename};