Effacer les filtres
Effacer les filtres

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

1 vue (au cours des 30 derniers jours)
Doug Bell
Doug Bell le 3 Jan 2013
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 commentaires
Walter Roberson
Walter Roberson le 3 Jan 2013
Are you using 32 MATLAB or 64 bit MATLAB? Is the Vision COM object 32 bit or 64 bit?
Kaustubha Govind
Kaustubha Govind le 4 Jan 2013
Modifié(e) : Kaustubha Govind le 4 Jan 2013
Also, are you able to launch the COM server from outside MATLAB? Perhaps this is an OS issue?

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Use COM Objects in MATLAB dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by