C++ Matlab MEX development kit
You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
The header-only library contains a couple of C++ classes and macros to make MEX development easy in Matlab. There are 3 major components in the development kit.
* mexplus/dispatch.h Macros to dispatch function calls within a MEX binary.
* mexplus/arguments.h MEX function argument wrappers.
* mexplus/mxarray.h MxArray data conversion and access class.
All classes are located in mexplus namespace, and you can use all of them by including the mexplus.h header file.
The kit is suitable to create an object-oriented wrapper to C++ class objects.
Cite As
Kota Yamaguchi (2026). kyamagu/mexplus (https://github.com/kyamagu/mexplus), GitHub. Retrieved .
General Information
- Version 1.0.0.0 (32.4 KB)
-
View License on GitHub
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
Versions that use the GitHub default branch cannot be downloaded
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 |
