Problems to connect MATLAB with Systems Tool Kit (STK)
Afficher commentaires plus anciens
Hi everyone, I'm starting to work with a COM interface for STK and Matlab, but when I run this command:
app = actxserver('STK11.Application')
The respones is:
_Error using feval Server Creation Failed: Error en la ejecución de servidor
Error in actxserver (line 86) h=feval(['COM.' convertedProgID], 'server', machinename, interface);_
I have seen that some other people have get the same problem with other applications, but I could not find a solution for mine.
Does anybody have a solution for it?
1 commentaire
John
le 17 Mar 2017
Hey Daniel,
I believe this is a problem caused by either having 32 bit MatLab and trying to launch 64 bit STK, or having 64 bit MatLab and trying to launch 32 bit STK.
I hope this helps!
Réponses (0)
Catégories
En savoir plus sur Introduction to Installation and Licensing dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!