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 CenterFile Exchange에서 Use 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