Path: news.mathworks.com!not-for-mail
From: "Hans Van de Vijver" <hans.vandevijver@skynet.be>
Newsgroups: comp.soft-sys.matlab
Subject: path browser
Date: Sat, 18 Apr 2009 17:37:01 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 21
Message-ID: <gsd33t$4ie$1@fred.mathworks.com>
Reply-To: "Hans Van de Vijver" <hans.vandevijver@skynet.be>
NNTP-Posting-Host: webapp-03-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1240076221 4686 172.30.248.38 (18 Apr 2009 17:37:01 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Sat, 18 Apr 2009 17:37:01 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1760041
Xref: news.mathworks.com comp.soft-sys.matlab:533724


Matlab has different functions to load files etc....,
At the moment i am doing some reasearch for a PhD and i need to load a directory with a lot of images about 6000.

Until now i always loaded this directory like this

MapPath = 'E:\measuremnts\ref plane\Meting 1';

If this is used on a different computer you need to change the path manually what is very user friendly.
Is there a way to browse to the path like in an open window from windows; the problem is not loading a filename as variable but an entire path.
Already tried the functions
path
path('newpath')

userpath
userpath('newpath')

But i rlly want a popup open window from windows, I haven't tried a activeX control yet.

best regards

H