(translator=chinghuei, ChineseSource=chinghuei-20020606-4.5\menu.html, EnglishSource=c:\matlabr12\help\techdoc\ref\menu.html)
MATLAB Function Reference    
menu

產生可讓使用者輸入的選單

Syntax

Description

k = menu('mtitle','opt1','opt2',...,'optn') 會顯示一個標題為字串變數'mtitle'且選項為字串變數'opt1', 'opt2',等等的選單。menu則會回傳你所輸入的值。

Remarks

若要從其它的 ui物件呼叫選單,可將該物件的 Interruptible property 設為'yes'。若想要得到更多的資訊,請參見 MATLAB Graphics Guide

Examples

k = menu('Choose a color','Red','Green','Blue')顯示

當輸入接受後,使用 k來控制圖形的顏色。

See Also

input, uicontrol


 memory mesh, meshc, meshz