Error using feval Server Creation Failed

2 次查看(过去 30 天)
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?

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