Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: [quick Q] how to run a scirpt in my .m file? Thanks!
Date: Tue, 19 Aug 2008 06:40:04 +0000 (UTC)
Organization: Inst of Thermomechanics AS CR
Lines: 18
Message-ID: <g8dps4$br8$1@fred.mathworks.com>
References: <f64841f0-c4ff-49b8-a25e-8c4b6c5796ae@m45g2000hsb.googlegroups.com>
Reply-To: <HIDDEN>
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 1219128004 12136 172.30.248.38 (19 Aug 2008 06:40:04 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Tue, 19 Aug 2008 06:40:04 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 79193
Xref: news.mathworks.com comp.soft-sys.matlab:486164



Learner <cnfengshuang@gmail.com> wrote in message
<f64841f0-c4ff-49b8-a25e-8c4b6c5796ae@m45g2000hsb.googlegroups.com>...
> 	           ,gzip(gfe),gzip(gfe)
> Xref: news.mathworks.com comp.soft-sys.matlab:486156
> 
> Hi,
> 
> I have saved a code segment as a.m, and I want to run it
as part of
> code b.m.  What should I write in b.m in order to call "a.m"?
> 
> Thanks a lot!
> 

Write simply a name of the scipt, in this case 
a

Mira