Path: news.mathworks.com!not-for-mail
From: "ching l" <chinglnc@hotmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: [ ] function?
Date: Sat, 19 Jul 2008 10:17:23 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 12
Message-ID: <g5sevj$ra1$1@fred.mathworks.com>
Reply-To: "ching l" <chinglnc@hotmail.com>
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 1216462643 27969 172.30.248.35 (19 Jul 2008 10:17:24 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Sat, 19 Jul 2008 10:17:23 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1438759
Xref: news.mathworks.com comp.soft-sys.matlab:480425



this might sound stupid or simple....can I do something like
this in matlab?

a= 1, 2, 3 ;

function(a)= [1, 2, 3]


is there such function?