
Автор: MathWorks
Издательство: The MathWorks, Inc.
Год: March 2025
Страниц: 1182
Язык: английский
Формат: pdf (true), epub
Размер: 10.1 MB
MATLAB provides interfaces to external routines written in other programming languages, data that needs to be shared with external routines, clients or servers communicating via Component Object Model (COM) or Dynamic Data Exchange (DDE), and peripheral devices that communicate directly with MATLAB. Much of this interface capability was formerly referred to under the title of the MATLAB Application Program Interface, or API. This book introduces the external interfaces that are available with MATLAB. It also contains numerous C and Fortran examples that highlight this functionality. MATLAB provides these features to help you integrate C/C++ algorithms into your MATLAB applications. A C/C++ shared library interface is a collection of functions dynamically loaded by an application at run time. Using a shared library has the advantage of packaging multiple library functions into one interface. You can access all standard Python library content from MATLAB. MATLAB also provides a way to run Python code in the Python interpreter directly from MATLAB.