photo

chan


Last seen: 3 years 前 自 2014 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

3 个提问
1 个回答

排名
242,142
of 301,275

声誉
0

贡献数
3 个提问
1 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 21,216

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 173,777

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
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...

6 years 前 | 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 ...

7 years 前 | 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')); ...

8 years 前 | 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')...

12 years 前 | 1 个回答 | 0

1

个回答