How to solve string error in xlswrite?
4 ビュー (過去 30 日間)
古いコメントを表示
xlswrite(data_cells,header,colnames,strcat('initial',num2str(data_num),'_decreased',num2str(decr),'.xls'));
But I am getting error: ??? Error using ==> xlswrite at 156 Filename must be a string.
Can any body please explain how to remove solve this error.
Thank You.
0 件のコメント
採用された回答
Srinivas
2012 年 7 月 13 日
what version of MATLAB are you using, looks like you are referring to this link
http://www.mathworks.com/matlabcentral/fileexchange/2855-xlswrite, if that is the case you need to download the corresponding file from file exchange
0 件のコメント
その他の回答 (1 件)
F.
2012 年 7 月 13 日
Well I don't know ....
xlswrite(filename,A,sheet,range)
... the order of arguments ??? what do you think about ?
参考
カテゴリ
Help Center および File Exchange で Downloads についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!