Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: character array from cell
Date: Fri, 3 Jul 2009 20:45:03 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 6
Message-ID: <h2lqkf$cqp$1@fred.mathworks.com>
Reply-To: <HIDDEN>
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 1246653903 13145 172.30.248.38 (3 Jul 2009 20:45:03 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Fri, 3 Jul 2009 20:45:03 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1889206
Xref: news.mathworks.com comp.soft-sys.matlab:552725


Is there any way I can make a 2*1 character array from a 2*1 cell? I have a 2*1 cell:
f{1}=x+y+1 and f{2}=3x-5y+10, (x and y are syms) I want to have a char G<2*1> with exactly the same elements. 

ps. the Matlab version I'm using is not very updated, so I'm looking for a way using basic commands in matlab not by specific toolboxes.  any suggestions?

Thank you