Filter löschen
Filter löschen

Error using feval Server Creation Failed

2 Ansichten (letzte 30 Tage)
Francesco Catena
Francesco Catena am 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?

Antworten (0)

Kategorien

Mehr zu Use COM Objects in MATLAB finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by