Mixed programming of MATLAB and VC++
조회 수: 1 (최근 30일)
이전 댓글 표시
I have requirment where i have to call MATLAB Function from Visual C, How will i do it? I mean which is the better way?
1)Conver MATLAB Code to C\C++ 2)Interface Visual C and MATLAB,,, In future I want to changee my MATLAB functions continuosly , sugget me which is the better way out of these two?
댓글 수: 0
채택된 답변
Sachin Ganjare
2012년 9월 27일
Please check below link for interfacing Visual C++ with Matlab:
Hope it helps!!!
추가 답변 (1개)
Kapil Nagwanshi
2012년 9월 27일
If you are using Visual Studio 2012 then the options are diffrent otherwise the simple steps given above has been utilized sufficiently. For any integration in cross product (MATLAB and VS). You need to create a project/application, next step to find the dirctory for matlab includes, third step is to link the library, 4th step is done by system automatically once you click on build all, and finally the finished output is ready to use.
Good Luck
참고 항목
카테고리
Help Center 및 File Exchange에서 MATLAB Compiler에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!