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 :)

回答(1 个)

Walter Roberson
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

Community Treasure Hunt

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

Start Hunting!

Translated by