C++ programming in Matlab
조회 수: 1 (최근 30일)
이전 댓글 표시
I'm relatively new to Matlab (2012, Student Version), and I am having great confusion when it comes to writing programs on it. I have written a simple c++ program on it, but I cannot find any explanation as to how I should compile and run it. I know there are some kind of examples that has something to do with MEX files, but none of them seem to satisfactorily explain how to solve my problem: All I want is to compile and run this program on Matlab.
int main()
{
cout << "Hello World!";
return 0;
}
댓글 수: 0
답변 (1개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Call C++ from MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!