You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
Suppose you wish to expose a FORTRAN or C function within Matlab without making the effort to write a MEX wrapper. (For instance, writing MEX wrappers for all BLAS/LAPACK routines would be a massive undertaking.) This package will work if:
1) The function is a void type, or the user doesn't care about the function return value.
2) The function arguments are all references to numeric arrays.
Of course, not every function fits the criteria, but it might be easier to write a C wrapper for these tools than to write a MEX wrapper from the ground up. Extend these tools to suit your needs.
Cite As
Thomas (2026). Universal MEX wrapper (https://se.mathworks.com/matlabcentral/fileexchange/35726-universal-mex-wrapper), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.0.0 (15.8 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 |
