Effacer les filtres
Effacer les filtres

Error using feval Server Creation Failed

9 vues (au cours des 30 derniers jours)
Francesco Catena
Francesco Catena le 6 Mai 2020
I'm trying to connect Matlab to Aspen Hysys through actxserver:
Hysys=actxserver('Hysys.Application.V8.8');
when I ran this script with Windows 7 worked, but with the upgrade to Windows 10 it shows me the following error:
Error using feval
Server Creation Failed: Esecuzione del server non riuscito.
Error in actxserver (line 89)
h=feval(['COM.' convertedProgID], 'server', machinename, interface);
Error in Protocollo_completo (line 12)
Hysys=actxserver('Hysys.Application.V8.8');
I'm using Matlab R2018b. Any idea?

Réponses (0)

Catégories

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

Community Treasure Hunt

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

Start Hunting!

Translated by