Error using xlswrite (line 220) Error: The server threw an exception.
2 ビュー (過去 30 日間)
古いコメントを表示
Dear MATLAB Experts, Can you please help to resolve this issue??
Error using xlswrite (line 220) Error: The server threw an exception.
Code is attached.
Thanks in advance.
0 件のコメント
回答 (1 件)
Moritz
2018 年 2 月 2 日
編集済み: Moritz
2018 年 2 月 2 日
First of all are you aware you are constantly overwriting your excel file in your for loop?
To answer your question however please refer back to the official MATLAB answer: https://es.mathworks.com/matlabcentral/answers/92603-why-does-xlswrite-fail-with-error-the-server-threw-an-exception-in-matlab-7-7-r2008b
In short: This is most likely caused by some Excel Add-Ins. Please disable them and try again. Hope this helps!
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Spreadsheets についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!