Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
Whether it is possible to convert C++ code to mat lab code.
조회 수: 1 (최근 30일)
이전 댓글 표시
I have searched many times for the converter, but i could not find any solution. Can you tell me a solution for it.
댓글 수: 0
답변 (2개)
Jan
2011년 11월 4일
No, except for some trivial code, you cannot convert C++ to Matlab.
But you can write a Mex-wrapper, which calls the original C++ code. Please search in the documentation for information about Mex files.
It is a strong signal, that you cannot find a converter in the net, isn't it?
댓글 수: 0
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!