Problems to connect MATLAB with Systems Tool Kit (STK)
Show older comments
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 Comment
John
on 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!
Answers (0)
Categories
Find more on Introduction to Installation and Licensing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!