how to call dialogue Box ?
    조회 수: 4 (최근 30일)
  
       이전 댓글 표시
    
I want to Make a Help Dialogue Box. When we Press Help Menu then Dialogue box will appear. Current code is
     h_opt3 = uimenu('Label','&Help');
    uimenu(h_opt3,'Label','How to Use','Callback','dialog','separator','on');
It only show empty dialog.
In place of *dialog* i want to put a dialogbox which will describe how to use my software. How to code this all. Please help.
*Requirements:* How to Add stuff in DialogBox and how to call it in above mention scenario.
댓글 수: 0
답변 (1개)
  Image Analyst
      
      
 2014년 8월 30일
        Try this: http://blogs.mathworks.com/videos/category/gui-or-guide/ You can make it as fancy or simple as you want.
댓글 수: 0
참고 항목
카테고리
				Help Center 및 File Exchange에서 Chassis Systems에 대해 자세히 알아보기
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

