Error on exporting data to excel sheet from script.
이전 댓글 표시
The following statement when executed on the Matlab terminal works fine but gives a
Undefined function 'writetable' for input arguments of type 'double' error
when written in a script :
writetable(ans,filename,'Sheet',1,'Range','B2:G514')
답변 (1개)
Image Analyst
2014년 4월 15일
0 개 추천
You probably do not have release R2013b or later, when that function was introduced. What does "which writetable" say?
카테고리
도움말 센터 및 File Exchange에서 Spreadsheets에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!