where i type mlevalstring fuction and enter
1 回表示 (過去 30 日間)
古いコメントを表示
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 件のコメント
採用された回答
Walter Roberson
2011 年 3 月 9 日
I suggest trying
mlevalstring("disp(class(data))");
and seeing what turns out. My speculation is cell array.
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Bioinformatics Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!