Skip to content

qnxor/MATLAB

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Resources for using C++ with MATLAB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 73.5%
  • MATLAB 20.7%
  • Batchfile 5.8%