Path: news.mathworks.com!newsfeed-00.mathworks.com!newsfeed2.dallas1.level3.net!news.level3.com!postnews.google.com!13g2000prl.googlegroups.com!not-for-mail
From: TideMan <mulgor@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Create setup m-file
Date: Fri, 31 Jul 2009 15:04:40 -0700 (PDT)
Organization: http://groups.google.com
Lines: 16
Message-ID: <d401755a-ef07-4be0-bd27-a583cb6d146c@13g2000prl.googlegroups.com>
References: <h4s91j$p6e$1@fred.mathworks.com> <h4te5r$57b$1@fred.mathworks.com> 
	<c6abdb05-a995-4840-b8a2-f42004658646@x25g2000prf.googlegroups.com> 
	<h4u82j$mcj$1@fred.mathworks.com> <h4ucqf$jo8$1@fred.mathworks.com> 
	<h4vmqq$4mb$1@fred.mathworks.com>
NNTP-Posting-Host: 202.78.152.105
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
X-Trace: posting.google.com 1249077880 1764 127.0.0.1 (31 Jul 2009 22:04:40 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Fri, 31 Jul 2009 22:04:40 +0000 (UTC)
Complaints-To: groups-abuse@google.com
Injection-Info: 13g2000prl.googlegroups.com; posting-host=202.78.152.105; 
	posting-account=qPexFwkAAABOl8VUndE6Jm-9Z5z_fSpR
User-Agent: G2/1.0
X-HTTP-Via: 1.1 bc1
X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.12) 
	Gecko/2009070611 Firefox/3.0.12,gzip(gfe),gzip(gfe)
Xref: news.mathworks.com comp.soft-sys.matlab:560075


On Aug 1, 9:14 am, "Samb1985 " <porr...@virgilio.it> wrote:
> > a hint:
>
> >      help addpath;     % <- and siblings...
>
> > us
>
> I see the function addpath but i need to know the path of the folder. First i need to search the folder on the PC.

So, you've put MyApps in some obscure place on your PC, and now you
can't find it.
Why is this a Matlab problem?

A better strategy would be to note where you put MyApps, and use
addpath to point Matlab to it.