Set Up and Build MATLAB C++ Engine Applications
Requirements and examples to build, run, and test MATLAB C++ engine
applications
Use the C++ Engine API and MATLAB Data API for C++ to write C++ programs that call MATLAB® functions.
You can use the MATLAB Editor to write your engine application code and run the mex
command to build it.
Alternatively, use an integrated development environment (IDE) such as
Microsoft®
Visual Studio® or Xcode to write and build your application.
Topics
- Elements of a C++ Engine Program
Get started with the MATLAB Engine API for C++.