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!