where i type mlevalstring fuction and enter
1 view (last 30 days)
Show older comments
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
0 Comments
Accepted Answer
Walter Roberson
on 9 Mar 2011
I suggest trying
mlevalstring("disp(class(data))");
and seeing what turns out. My speculation is cell array.
0 Comments
More Answers (0)
See Also
Categories
Find more on Database Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!