How to solve string error in xlswrite?
이전 댓글 표시
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.
채택된 답변
추가 답변 (1개)
F.
2012년 7월 13일
Well I don't know ....
xlswrite(filename,A,sheet,range)
... the order of arguments ??? what do you think about ?
카테고리
도움말 센터 및 File Exchange에서 Downloads에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!