![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/19282290_1598297712945_DEF.jpg)
Hikmet Osman
Followers: 0 Following: 0
Feeds
回答済み
How to rename UI Figure window in App Designer
in the startupFcn(app) of your app add the code: app.current name.Name='new name';
How to rename UI Figure window in App Designer
in the startupFcn(app) of your app add the code: app.current name.Name='new name';
約4年 前 | 2
質問
How can I get values of selected item in drop down list .
like the following : dropdown1=app.dropdownList.Value; switch dropdown1 case 1 value1 value2 value3 ca...
約4年 前 | 0 件の回答 | 0
0
回答質問
how to reset drop down list(go to first option) when pushing any other button in App designer
I created dropDown list like following: % Create ElementLisDropDown app.ElementLisDropDown = uidropdown(app.Select...
約4年 前 | 1 件の回答 | 0
1
回答回答済み
how to reset drop down list(go to first option) when pushing any other button in App designer
I created dropDown list like following: % Create ElementLisDropDown app.ElementLisDropDown = uidropdown(app.Se...
how to reset drop down list(go to first option) when pushing any other button in App designer
I created dropDown list like following: % Create ElementLisDropDown app.ElementLisDropDown = uidropdown(app.Se...
約4年 前 | 0
質問
how to reset drop down list(go to first option) when pushing any other button in App designer
how can i reset drop down list (go to first option) when pushing any other button in App designer?
約4年 前 | 4 件の回答 | 0
4
回答質問
How can I write all values of for loop to uitable without overwriting , as following
Tmin=str2double(get(handles.edit43,'String')); Tmax=str2double(get(handles.edit44,'String')); for ...
4年以上 前 | 0 件の回答 | 0