Path: news.mathworks.com!newsfeed-00.mathworks.com!nlpi057.nbdc.sbc.com!prodigy.net!nx01.iad01.newshosting.com!newshosting.com!64.59.134.4.MISMATCH!pd7cy3no!pd7cy4no!shaw.ca!pd7urf3no.POSTED!53ab2750!not-for-mail
X-Trace-PostClient-IP: 24.79.146.116
From: Walter Roberson <roberson@hushmail.com>
Organization: Canada Eat The Cookie Foundation
User-Agent: Thunderbird 2.0.0.16 (Windows/20080708)
MIME-Version: 1.0
Newsgroups: comp.soft-sys.matlab
Subject: Re: [quick Q] how to run a scirpt in my .m file? Thanks!
References: <f64841f0-c4ff-49b8-a25e-8c4b6c5796ae@m45g2000hsb.googlegroups.com> <g8edg6$sr8$1@fred.mathworks.com>
In-Reply-To: <g8edg6$sr8$1@fred.mathworks.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Lines: 12
Message-ID: <1Tzqk.18255$hx.14317@pd7urf3no>
Date: Tue, 19 Aug 2008 13:27:25 GMT
NNTP-Posting-Host: 24.66.94.143
X-Complaints-To: abuse@shaw.ca
X-Trace: pd7urf3no 1219152445 24.66.94.143 (Tue, 19 Aug 2008 07:27:25 MDT)
NNTP-Posting-Date: Tue, 19 Aug 2008 07:27:25 MDT
Xref: news.mathworks.com comp.soft-sys.matlab:486227



Daphne wrote:
> This should work:
> [output,from,a]= a(input,to,a);

Ummm, that would -not- work. You cannot pass arguments
to a script file.


-- 
Q = quotation(rand);
if isempty(Q); error('Quotation server filesystem problems')
else sprintf('%s',Q), end