c ++ library using matlab
이전 댓글 표시
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
2011년 4월 15일
1 개 추천
You have the following options:
- MATLAB Compiler: To generate C/C++ shared libraries from MATLAB code.
- 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
- 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.
카테고리
도움말 센터 및 File Exchange에서 Deploy to C++ Applications Using mwArray API (C++03)에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!