![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/19282290_1598297712945_DEF.jpg)
Hikmet Osman
Followers: 0 Following: 0
Statistics
RANK
9,498
of 297,016
REPUTATION
4
CONTRIBUTIONS
4 Questions
2 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
2
RANK
of 20,419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,725
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
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';
4 years ago | 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...
4 years ago | 0 answers | 0
0
answersQuestion
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 years ago | 1 answer | 0
1
answerhow 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 years ago | 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?
4 years ago | 4 answers | 0
4
answersQuestion
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 years ago | 0 answers | 0