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);

回答(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