kyamagu/mexplus

C++ Matlab MEX development kit

https://github.com/kyamagu/mexplus

You are now following this Submission

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

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

To view or report issues in this GitHub add-on, visit the GitHub Repository.
To view or report issues in this GitHub add-on, visit the GitHub Repository.