Hello guys please How to Make the GUI in MATLAB executive program any .exe

2 次查看(过去 30 天)
Hello guys please How to Make the GUI in MATLAB executive program any .exe

回答(2 个)

somayyah jurair
somayyah jurair 2016-3-18
You can create GUI on MATLAB using guide which can be openned typing "guide" in your command window and later convert your GUI into standalone application using mcc. Following links may help you: http://www.mathworks.com/help/matlab/ref/guide.html?searchHighlight=guide http://www.mathworks.com/help/compiler/mcc.html?searchHighlight=mcc

Steven Lord
Steven Lord 2016-3-18
If you're looking to generate an executable from a GUI the answer and comment you received pointing you towards MATLAB Compiler are correct.
If you're looking to have your GUI execute some other executable, for example having it open Microsoft Word, take a look at the SYSTEM function.
If you meant something else entirely, please add a comment to your question indicating in more detail what you're trying to do.

类别

Help CenterFile Exchange 中查找有关 Get Started with MATLAB 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by