The MATLAB can integrated with other software?
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Walter Roberson
el 5 de Dic. de 2016
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 comentarios
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!