kyamagu/mexplus

C++ Matlab MEX development kit
130 Downloads
Updated Mon, 14 May 2018 05:06:19 +0000

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
Created with R2011a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Call C++ from MATLAB in Help Center and MATLAB Answers
Tags Add Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Versions that use the GitHub default branch cannot be downloaded

Version Published Release Notes
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.