フィルターのクリア

how to call dialogue Box ?

2 ビュー (過去 30 日間)
Adnan Ali
Adnan Ali 2014 年 8 月 30 日
回答済み: Image Analyst 2014 年 8 月 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.

回答 (1 件)

Image Analyst
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.

カテゴリ

Help Center および File ExchangeDialog Boxes についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by