MATLAB: Where i type mlevalstring fuction and enter

bioinformatic toolbox

excel link matlab
where i type mlevalstring("clustergram(data,'RowLabels',Genes,'ColumnLabels',TimeSteps)")in excel and enter
??? Error using ==> clustergram.clustergram>clustergram.clustergram at 373 Input data must be a numeric matrix. thanks

Best Answer

I suggest trying
mlevalstring("disp(class(data))");
and seeing what turns out. My speculation is cell array.