https://github.com/chappjc/matlab
Resources for using C++ with MATLAB
https://github.com/chappjc/matlab
c-plus-plus matlab mex mex-files mingw
Last synced: about 20 hours ago
JSON representation
Resources for using C++ with MATLAB
- Host: GitHub
- URL: https://github.com/chappjc/matlab
- Owner: chappjc
- License: mit
- Created: 2014-12-09T23:18:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-12-22T17:44:31.000Z (over 3 years ago)
- Last Synced: 2025-04-24T00:03:15.370Z (about 20 hours ago)
- Topics: c-plus-plus, matlab, mex, mex-files, mingw
- Language: C++
- Homepage:
- Size: 33.2 KB
- Stars: 54
- Watchers: 4
- Forks: 33
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
MATLAB
======The repository contains a few small projects designed to help utilize C++ code in MATLAB. Currently there are some compiler configurations and a class wrapper:
1. **MinGW** contains configuration files to allow the use of MinGW's GCC compiler's to build MEX files.
2. **cppClass** contains an example of how to wrap a C++ class by MATLAB MEX file, with a bonus MATLAB class to manage the interface and lifetime of the underlying instances.
3. **propertySheets** contains Visual Studio property sheets for setting up projects to build MEX files from Visual Studio directly.See also [my GitHub Gists](https://gist.github.com/chappjc).