c ++ library using matlab

2 次查看(过去 30 天)
Surya
Surya 2011-4-15
I am using MATLAB 7.10.0 and visual studio 2008. How can I create c++/c#/C library in MATLAB and how do I use it in C# later.

回答(1 个)

Kaustubha Govind
Kaustubha Govind 2011-4-15
You have the following options:
  1. MATLAB Compiler: To generate C/C++ shared libraries from MATLAB code.
  2. MATLAB Builder NE: This is an extension of MATLAB Compiler (also needs MATLAB Compiler license), and can generate COM or .NET components from MATLAB code
  3. MATLAB Coder: To generate standalone C/C++ code from MATLAB code (only supports a subset of MATLAB functionality.
Note that options 1 and 2 also require the distribution of the MATLAB Compiler Runtime (MCR) along with the generated binaries, while option 3 generate standalone code which doesn't need the MCR.

类别

Help CenterFile Exchange 中查找有关 Get Started with MATLAB Compiler SDK 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by