photo

Hikmet Osman


Last seen: 4년 초과 전 2020년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

4 질문
2 답변

순위
12,687
of 300,364

평판
4

참여
4 질문
2 답변

답변 채택
0.0%

획득한 표
2

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,407

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • First Answer

배지 보기

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년 초과 전 | 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...

거의 5년 전 | 답변 수: 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...

거의 5년 전 | 답변 수: 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...

거의 5년 전 | 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?

거의 5년 전 | 답변 수: 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 ...

대략 5년 전 | 답변 수: 0 | 0

0

답변