feval in actxserver error when open outlook application only! why?

5 ビュー (過去 30 日間)
ahmed ashiry
ahmed ashiry 2015 年 3 月 18 日
コメント済み: Brandon Pollack 2021 年 5 月 13 日
>> h = actxserver('Outlook.Application'); ??? Error using ==> feval Server Creation Failed: Server execution failed
Error in ==> actxserver at 87 h=feval(['COM.' convertedProgID], 'server', machinename, interface);
  3 件のコメント
Michael VanMeter
Michael VanMeter 2020 年 10 月 5 日
BUMP!
Running R2018a on Windows 10. The actxserver function connected to Outlok just fine last week. Now I get the same error those above.
>> h = actxserver('outlook.Application');
Error using feval
Server Creation Failed: Server execution failed
Error in actxserver (line 86)
h=feval(['COM.' convertedProgID], 'server', machinename, interface);
Brandon Pollack
Brandon Pollack 2021 年 5 月 13 日
BUMP!
Same issue with updating from Windows 7 to Windows 10.

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeUse COM Objects in MATLAB についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by