フィルターのクリア

Button group, radio button, pop-up menu

3 ビュー (過去 30 日間)
ET1994
ET1994 2018 年 9 月 16 日
コメント済み: Jan 2018 年 9 月 17 日
The final results should be when choosing one from A, the B then appear . One choice from B if first one then go to C, second go to D and C not proposed. From D when choosing one of 2 first choice you have the X list, which can be optional. Z is compulsory, when choosing one of them there is a percentage chosen in the background and hold with the information previously choose.
Coding for the buttongroup -
set(handles.claim_buttongroup, SelectionChangeFcn,@claim_buttongroup_SelectionChangeFcn);
before the line: guidata(hObject, handles);
function claim_buttongroup_SelectionChangeFcn(hObject, eventdata)
%retrieve GUI data, i.e. the handles structure
handles = guidata(hObject);
switch get(eventdata.NewValue,Tag) % Get Tag of selected object
case rbt_radiobutton
%execute this code when rbt_radiobutton is selected
Need help!
  1 件のコメント
Jan
Jan 2018 年 9 月 17 日
What is your question?

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeApp Building についてさらに検索

タグ

製品


リリース

R2008a

Community Treasure Hunt

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

Start Hunting!

Translated by