Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: error on running eval and save
Date: Sun, 8 Nov 2009 03:59:03 +0000 (UTC)
Organization: CSU
Lines: 8
Message-ID: <hd5fm7$5sc$1@fred.mathworks.com>
References: <hd1kba$dvr$1@fred.mathworks.com> <hd1nog$jp4$1@fred.mathworks.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-05-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1257652743 6028 172.30.248.35 (8 Nov 2009 03:59:03 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Sun, 8 Nov 2009 03:59:03 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 951788
Xref: news.mathworks.com comp.soft-sys.matlab:583289


Hi Steve, it works!! Thanks. One more question: if I like to save the files to a desired path, such as: /Users/cks/Documents/Matlab/

And, I also set a path for the desired path as: pathway = '/Users/cks/Documents/Matlab/'

How to modify the following code correctly?
eval(['save pathway/fillin_filename', 'fillin -ascii'])

Thanks Steve.