Borrar filtros
Borrar filtros

Error using feval Server Creation Failed

2 visualizaciones (últimos 30 días)
Francesco Catena
Francesco Catena el 6 de Mayo de 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?

Respuestas (0)

Categorías

Más información sobre Use COM Objects in MATLAB en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by