Community Profile

photo

chan


Last seen: 대략 1년 전 2014년부터 활동

Followers: 0   Following: 0

연락

통계

  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
Problem to show image in GUI automatically (without press push button)
You just add command above gui_Singleton = 1; Like that, A = imread('filename'); imshow(A) Make sure that file image must be...

거의 5년 전 | 0

질문


Slider for Resize font size
Dear all, I would Like to creat GUI by using slider to Resize my font size, such as it is in rang 8 to 36 for example. so how ...

거의 5년 전 | 답변 수: 0 | 0

0

답변

질문


how to created and get data for use several action in pushbutton GUI?
%Sample code function a_input_Callback(hObject, eventdata, handles) input = str2num(get(hObject,'String')); ...

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


about logical operator in if!
This is my code y = input('choose','s'); if y == 'a1' | y == '1a' disp('win') else disp('lost')...

거의 10년 전 | 답변 수: 1 | 0

1

답변