Path: news.mathworks.com!not-for-mail
From: "Lars " <mustermann.klaus.TO.REMOVE@gmx.de>
Newsgroups: comp.soft-sys.matlab
Subject: Re: GUI
Date: Tue, 15 Jan 2008 08:58:01 +0000 (UTC)
Organization: DW-TV
Lines: 14
Message-ID: <fmhsip$ki2$1@fred.mathworks.com>
References: <fmgpsp$r4l$1@fred.mathworks.com>
Reply-To: "Lars " <mustermann.klaus.TO.REMOVE@gmx.de>
NNTP-Posting-Host: webapp-02-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1200387481 21058 172.30.248.37 (15 Jan 2008 08:58:01 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Tue, 15 Jan 2008 08:58:01 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1095707
Xref: news.mathworks.com comp.soft-sys.matlab:445765


Find out about startup.m if you want to automatically
configure your environment at MATLAB-startup.

You can configure the search path using

>> genpath()  or
>> addpath()

by closing the gui you can call

>> rempath()

to clear the searchpath.
LARS