MATLAB -Colour Detection code deployment
Show older comments
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
Answers (1)
Image Analyst
on 18 Feb 2018
0 votes
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.
1 Comment
Ryan Fernandes
on 18 Feb 2018
Categories
Find more on Texas Instruments C2000 Processors in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!