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

回答