photo

Hikmet Osman


Last seen: environ 3 ans il y a Actif depuis 2020

Followers: 0   Following: 0

Statistiques

  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
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';

plus de 3 ans il y a | 2

Question


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

plus de 3 ans il y a | 1 réponse | 0

0

réponse

Question


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

plus de 3 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
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...

plus de 3 ans il y a | 0

Question


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?

plus de 3 ans il y a | 4 réponses | 0

4

réponses

Question


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

presque 4 ans il y a | 1 réponse | 0

0

réponse