MATLAB -Colour Detection code deployment
Mostrar comentarios más antiguos
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
Respuestas (1)
Image Analyst
el 18 de Feb. de 2018
0 votos
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 comentario
Ryan Fernandes
el 18 de Feb. de 2018
Categorías
Más información sobre Texas Instruments C2000 Processors en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
