photo

thinh dang


自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

2 个提问
4 个回答

排名
112,934
of 297,457

声誉
0

贡献数
2 个提问
4 个回答

回答接受率
50.0%

收到投票数
0

排名
 of 20,438

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 158,938

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Answer
  • Thankful Level 1

查看徽章

Feeds

排序方式:

已回答
Display image in axes Matlab GUI.
i have a problem that the guide work fluently if i run in command window. but if i open the guide(.fic), it doesn't work! help m...

7 years 前 | 0

已回答
I have a problem. Help me please! I want to show a size of a picture
The exercise is to write guide to adjust picture that i multiselect. But now i running out of mind! The guide now is inextricab...

7 years 前 | 0

已回答
I have a problem. Help me please! I want to show a size of a picture
<</matlabcentral/answers/uploaded_files/101623/12.png>>

7 years 前 | 0

已回答
I have a problem. Help me please! I want to show a size of a picture
<</matlabcentral/answers/uploaded_files/101622/11.png>>

7 years 前 | 0

提问


I have a problem. Help me please! I want to show a size of a picture
% --- Executes on button press in size. function size_Callback(hObject, eventdata, handles) % hObject handle to s...

7 years 前 | 5 个回答 | 0

5

个回答

提问


I have some problem about showing path of a picture in guide! how can i do this? Please help me! thank you very much!
filename = uigetfile('*.*', 'MultiSelect', 'on'); image = imread(filename); axes(handles.axes1); imshow(image); gui...

7 years 前 | 1 个回答 | 0

1

个回答