matlab 2010 xlswrite error

1 回表示 (過去 30 日間)
Hans
Hans 2013 年 10 月 2 日
回答済み: Lokesh Ravindranathan 2013 年 10 月 2 日
Hi,
I'm trying to get Matlab programs up and running on a new PC and while doing this, I keep getting an error in xlswrite, in my program and even when running the examples of the help file:
d = {'Time','Temperature'; 12,98; 13,99; 14,97};
xlswrite('testdata2.xls', d, 1, 'E1')
??? Error using ==> xlswrite at 213
No appropriate method, property, or field workbooks for class COM.Excel_Application.
I'm using office 2003 and Matlab 2010b (64 bit). How can I fix or circumvent this problem? I never got this error on a different PC with matlab 2010a (32bit) and the same office version and it completely stops all routine analyses.
Cheers Hans

回答 (1 件)

Lokesh Ravindranathan
Lokesh Ravindranathan 2013 年 10 月 2 日
This question has been answered here: http://www.mathworks.com/matlabcentral/answers/3840

カテゴリ

Help Center および File ExchangeEnvironment and Settings についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by