Problem in convert matlab functions with Matlab Compiler into .net assembly.
정보
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
이전 댓글 표시
I need to now how to convert Matlab functions like "IMREAD" into C++ or .net assembly, with Matlab compiler. it should be done I think, but it comes with error I really need to know this, otherwise I have to go back and write the program in C# myself, which is very difficult.
댓글 수: 0
답변 (1개)
Walter Roberson
2013년 5월 12일
0 개 추천
imread read is not supported for code generation. Only some of the computational algorithms are, out of the Image Processing Toolkit.
It is possible to use the MATLAB Compiler with imread(), but that will not generate C++ or .net assembly. MATLAB Builder NE can be used to generate .net that calls into the MCR to do imread() operations, but the code for imread() will be obscured.
댓글 수: 0
이 질문은 마감되었습니다.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!