Path: news.mathworks.com!newsfeed-00.mathworks.com!newsfeed2.dallas1.level3.net!news.level3.com!postnews.google.com!h40g2000prf.googlegroups.com!not-for-mail
From: Mike <sulfateion@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: newbie's question
Date: Mon, 7 Sep 2009 21:53:53 -0700 (PDT)
Organization: http://groups.google.com
Lines: 21
Message-ID: <cbf50515-54f9-42d9-ac5e-fef0750d7eb0@h40g2000prf.googlegroups.com>
References: <74428442-89c6-44e9-a189-eecc7157099b@d15g2000prc.googlegroups.com> 
	<h84hbk$lg1$1@news.eternal-september.org>
NNTP-Posting-Host: 140.130.155.210
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
X-Trace: posting.google.com 1252385633 22659 127.0.0.1 (8 Sep 2009 04:53:53 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Tue, 8 Sep 2009 04:53:53 +0000 (UTC)
Complaints-To: groups-abuse@google.com
Injection-Info: h40g2000prf.googlegroups.com; posting-host=140.130.155.210; 
	posting-account=_SkeuAoAAAC009f9YVFWbpiyXNzGH2zw
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.2) 
	Gecko/20090729 Firefox/3.5.2 GTB5 (.NET CLR 3.5.30729),gzip(gfe),gzip(gfe)
Xref: news.mathworks.com comp.soft-sys.matlab:568891


On Sep 8, 10:55 am, dpb <n...@non.net> wrote:
> Mike wrote:
> > Hi
>
> > I am not familiar with M file.
> > How to group some similar or useful M-file functions together?  In
> > other programming languages, users usually compile them into a
> > library.
>
> ML is interpreted, not compiled so don't need to do anything but put the
> collection of m-files in a directory in the working path.
>
> Once debugged, if speed is an issue, then one can create mex files which
> are compiled callable from ML.
>
> --

But, if I put them in a directory, I might have less chance to use
them again.

Mike