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!
