mwrap
Octave/MATLAB mex generator
Install
- All systems
-
curl cmd.cat/mwrap.sh
- Debian
-
apt-get install mwrap
- Ubuntu
-
apt-get install mwrap
- Kali Linux
-
apt-get install mwrap
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install mwrap
- Raspbian
-
apt-get install mwrap
- Dockerfile
- dockerfile.run/mwrap
mwrap
Octave/MATLAB mex generator
MWrap is an interface generation system in the spirit of SWIG or matwrap. From a set of augmented Octave/MATLAB script files, MWrap will generate a MEX gateway to desired C/C++ function calls and Octave/MATLAB function files to access that gateway. The details of converting to and from Octave/MATLAB's data structures, and of allocating and freeing temporary storage, are hidden from the user.