Is it possible to implement a GUI in a Matlab script?
22 次查看(过去 30 天)
显示 更早的评论
Hi. Is it possible to create a GUI in a Matlab script instead of using a command line to send inputs? Is there a specific application in MathWorks or is it included in Matlab? Could you briefly explain me the basic requirements? Thank you very much.
0 个评论
采纳的回答
Rik
2023-2-2
For general advice and examples for how to create a GUI (and avoid using GUIDE), have look at this thread.
It will show you different ways to create a GUI with Matlab. You could put all that in a script, but I would strongly recommend using functions instead. Even if not talking about GUIs I hold the opinion that a script is only for debugging/designing something. As soon as you spend serious time on something and/or are planning to keep it for more than a week or so, you should consider functions instead.
更多回答(1 个)
Walter Roberson
2023-2-2
see "App Designer" for a more modern interface, or see "GUIDE" for an older interface (that has much better performance)
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Startup and Shutdown 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!