Create an application on Matlab
显示 更早的评论
Hi, I'm working in image processing with Matlab and I want to create a .exe or an application from my .m code.
I tried using Matlab compiler, and creating a standalone application, but all the messages i ask for on screen to request information are not shown in the .exe file.
Is there any other way to make these messages display on screen?.
Thank you.
4 个评论
Rik
2021-6-18
Are you using the input function to ask your user for input? You might want to consider removing all interactions with the command window with GUI elements.
Guillermo Arias
2021-6-18
Rik
2021-6-18
Where would you expect that to be displayed? Do you expect a command line interface to open up alongside your GUI? Why not use an input field and a button?
For general advice and examples for how to create a GUI (and avoid using GUIDE), have look at this thread.
Guillermo Arias
2021-6-19
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Image Acquisition Support Packages for Hardware Adaptors (Generic Video Interface) 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!