Path: news.mathworks.com!not-for-mail
From: "Yuri Geshelin" <geshelin@hotmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: eval, feval, global
Date: Thu, 27 Mar 2008 03:31:02 +0000 (UTC)
Organization: Bedford Institute of Oceanography
Lines: 11
Message-ID: <fsf4dm$ka6$1@fred.mathworks.com>
References: <fsebf0$43u$1@fred.mathworks.com>
Reply-To: "Yuri Geshelin" <geshelin@hotmail.com>
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 1206588662 20806 172.30.248.37 (27 Mar 2008 03:31:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Thu, 27 Mar 2008 03:31:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1149396
Xref: news.mathworks.com comp.soft-sys.matlab:459393


Just realized that I could have written

char(m*'ones(1,')

instead of 

char([m*'o' m*'n' m*'e' m*'s' m*'(' m*'1' m*','])

but this is a minor issue here.

Yuri