C++ with MATLAB - MATLAB & Simulink (original) (raw)

Main Content

Directly call C/C++ library functionality from MATLAB® or write modern C++ programs that call MATLAB functions

There are several ways to connect C/C++ and MATLAB:

Some existing code uses C interfaces that call the loadlibrary function or include the C Matrix API, but those interfaces have limited C++ language support. If you need to maintain such code, see Call C from MATLAB.

Categories