필터 지우기
필터 지우기

How to combine a GUI and a standalone program?

조회 수: 1 (최근 30일)
Ruhi
Ruhi 2013년 3월 31일
could you explain me with an example

채택된 답변

Image Analyst
Image Analyst 2013년 3월 31일
I was going to ask you the same thing. Because that is ambiguous I need an example. Do you simply want to launch a standalone program from your GUI with the system() or dos() function? Or do you want to turn your GUI into a standalone program with the MATLAB Compiler Toolbox?
  댓글 수: 5
Walter Roberson
Walter Roberson 2013년 3월 31일
Is there a point to adding a GUI to control a stand-alone program that does not take any input ?
Image Analyst
Image Analyst 2013년 3월 31일
You put the code into the callbacks for the various buttons and controls on your GUI. The best way is for you to spend some time with Doug's excellent video tutorials. After you watch those you'll know exactly what to do. http://blogs.mathworks.com/videos/category/gui-or-guide/

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

태그

Community Treasure Hunt

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

Start Hunting!

Translated by