From: joseph Frank on
using double(cell2mat(C)) gives an error:
??? Cell contents reference from a non-cell array object.
Error in ==> cell2mat at 44
cellclass = class(c{1});
From: joseph Frank on
Sorry wayne. double(cell2mat(C) is working well. sorry for my previous post I included the wrong variable
thanks
J