Error on exporting data to excel sheet from script.

1 回表示 (過去 30 日間)
Ishaan
Ishaan 2014 年 4 月 15 日
回答済み: Image Analyst 2014 年 4 月 15 日
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
Image Analyst 2014 年 4 月 15 日
You probably do not have release R2013b or later, when that function was introduced. What does "which writetable" say?

カテゴリ

Help Center および File ExchangeWorkspace Variables and MAT-Files についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by