From: Matt J on
"ratnesh kumar" <iam_ratnesh(a)yahoo.co.in> wrote in message <hj794g$4at$1(a)fred.mathworks.com>...

> what is the possible solution for this...thanks
============================

To hold it in a different kind of array

>> {0, 'code1';'code2','codeN'}

ans =

[ 0] 'code1'
'code2' 'codeN'


See also "doc cell"