필터 지우기
필터 지우기

My script is crashing when trying to access different software via actxserver.

조회 수: 1 (최근 30일)
Excel is readily accessible via excel = actxserver('excel.application');
New software, Accurate Technologies, ATI Vision, is failing via :
RecFile = actxserver('Vision.RecorderFile'); with an error message of :
Error using feval
Server Creation Failed: Server execution failed
Error in actxserver (line 87)
h=feval(['COM.' convertedProgID], 'server', machinename, interface);
  댓글 수: 2
Walter Roberson
Walter Roberson 2013년 1월 3일
Are you using 32 MATLAB or 64 bit MATLAB? Is the Vision COM object 32 bit or 64 bit?
Kaustubha Govind
Kaustubha Govind 2013년 1월 4일
편집: Kaustubha Govind 2013년 1월 4일
Also, are you able to launch the COM server from outside MATLAB? Perhaps this is an OS issue?

댓글을 달려면 로그인하십시오.

답변 (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