Can image processing in the MATLAB program be converted to an application ?
조회 수: 1 (최근 30일)
이전 댓글 표시
Now I finished at image processing in MATLAB programme but I want to develop it as an application.
Can image processing in the MATLAB program be converted to an application ?
If it can. How to do ?
댓글 수: 0
채택된 답변
Walter Roberson
2019년 7월 11일
Generally yes, many image processing applications can be compiled with MATLAB Compiler, or sometimes MATLAB Coder.
But it depends on exactly what the code is. For example if you use the symbolic toolbox then the code cannot be made into an application.
댓글 수: 2
Walter Roberson
2019년 7월 11일
MATLAB Compiler is a product for this purpose from Mathworks.
Note: MATLAB Compiler is not available for Student or Home licenses but is available for Academic and commercial /professional licenses.
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Convert Image Type에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!