Steps to Publish a MATLAB Interface to a C++ Library
For examples to publish an interface, see:
For requirements, see Requirements for Building Interface to C++ Libraries.
For Step 1: Generate, see
clibgen.generateLibraryDefinition
.For Step 2: Define, see Define MATLAB Interface for C++ Library.
For Step 3: Build, see Build C++ Library Interface and Review Contents.
For Step 4: Test, see Call Functions in Windows Interface to C++ Compiled Library or Call Functions in Linux Interface to C++ Compiled Library.
For Step 5: Distribute, see Distribute MATLAB Interface to C++ Library.
See Also
clibgen.generateLibraryDefinition
| build
Related Topics
- Requirements for Building Interface to C++ Libraries
- Define MATLAB Interface for C++ Library
- Publish Help Text for MATLAB Interface to C++ Library
- Build C++ Library Interface and Review Contents
- Call Functions in C++ Compiled Library
- Distribute MATLAB Interface to C++ Library
- Create and Share Toolboxes
- Limitations to C/C++ Support