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 (2024). kyamagu/mexplus (https://github.com/kyamagu/mexplus), GitHub. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
example
test
Versions that use the GitHub default branch cannot be downloaded
Version | Published | Release Notes | |
---|---|---|---|
1.0.0.0 |
|