The MATLAB can integrated with other software?
8 次查看(过去 30 天)
显示 更早的评论
Hello, may I know if MATLAB can be integrated with other software? If it can, can you specify the software. That will help a lot. Thanks :)
0 个评论
回答(1 个)
Walter Roberson
2016-12-5
MATLAB can call functions built into a DLL. It can call other programs by using system() and passing in command line options. With the Instrument Control Toolbox it can communicate with other programs through TCP/IP. On MS Windows systems, it can call ActiveX / COM controls.
MATLAB can be called by other programs using the MATLAB engine API. On MS Windows sytems it can also be invoked as an ActiveX server. With the Instrument Control Toolbox, it can act as a TCP or UDP server.
With the MATLAB Compiler SDK toolbox, MATLAB can be invoked from Java or .NET .
The range of software that MATLAB has been integrated with is quite large; see for example https://www.mathworks.com/products/connections.html
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 ActiveX 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!