MATLAB -Colour Detection code deployment
이전 댓글 표시
I have created an project that detects colours and gives out the distance between them ,How do i create a standalone executable for the same .I have tried Application compiler but it gives me an error as imaqtool/Apps and GUI cannot be compiled using .
Kindly suggest any alternative deployment method thatcan be run without launching MATLAB
답변 (1개)
Image Analyst
2018년 2월 18일
0 개 추천
imaqtool is an applet with a GUI (controls image capture from cameras), and, like all other such applets in MATLAB, are not allowed to be compiled and shipped with your standalone executable.
You can use that tool to create code that you can then paste into your program, but you can't call imaqtool itself from your program in the compiled, standalone program.
카테고리
도움말 센터 및 File Exchange에서 Texas Instruments C2000 Processors에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
