Prev: floating point exception when running matlab in the background
Next: Getting an error while solving a problem in matlab 7.0
From: Jay WONG on 6 Jul 2010 10:44 hi, I would like to convert array in cell format to double format. Please advise how to do so. thank you,
From: Andy on 6 Jul 2010 10:54
"Jay WONG" <dcba7777(a)hotmail.com> wrote in message <i0vffk$pji$1(a)fred.mathworks.com>... > hi, > I would like to convert array in cell format to double format. > Please advise how to do so. > > thank you, Have you tried cell2mat? |