Path: news.mathworks.com!not-for-mail
From: "Per Sundqvist" <sunkan@fy.chalmers.se>
Newsgroups: comp.soft-sys.matlab
Subject: Re: [quick Q] how to run a scirpt in my .m file? Thanks!
Date: Tue, 19 Aug 2008 10:49:01 +0000 (UTC)
Organization: Chalmers Tekniska H&#246;gskola
Lines: 16
Message-ID: <g8e8et$c59$1@fred.mathworks.com>
References: <f64841f0-c4ff-49b8-a25e-8c4b6c5796ae@m45g2000hsb.googlegroups.com>
Reply-To: "Per Sundqvist" <sunkan@fy.chalmers.se>
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 1219142941 12457 172.30.248.37 (19 Aug 2008 10:49:01 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Tue, 19 Aug 2008 10:49:01 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 266682
Xref: news.mathworks.com comp.soft-sys.matlab:486203



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!
> 

run(a)