Path: news.mathworks.com!not-for-mail
From: "ching l" <chinglnc@hotmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: { } ---> [ ]
Date: Tue, 22 Jul 2008 10:45:08 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 7
Message-ID: <g64dnk$rkh$1@fred.mathworks.com>
Reply-To: "ching l" <chinglnc@hotmail.com>
NNTP-Posting-Host: webapp-03-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1216723508 28305 172.30.248.38 (22 Jul 2008 10:45:08 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Tue, 22 Jul 2008 10:45:08 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1438759
Xref: news.mathworks.com comp.soft-sys.matlab:480881



is it possible to grab/convert the value in the cell array?

s= {[1 2 3] [3 4 5]} 

so that it becomes 

s= [1, 2, 3; 3, 4, 5]