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

3 views (last 30 days)
Hello guys please How to Make the GUI in MATLAB executive program any .exe

Answers (2)

somayyah jurair
somayyah jurair on 18 Mar 2016
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 on 18 Mar 2016
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.

Categories

Find more on C Shared Library Integration in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!