![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/11936543_1522139851519_DEF.jpg)
thinh dang
2018 年からアクティブ
Followers: 0 Following: 0
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...
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年 前 | 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...
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年 前 | 0
回答済み
I have a problem. Help me please! I want to show a size of a picture
<</matlabcentral/answers/uploaded_files/101623/12.png>>
I have a problem. Help me please! I want to show a size of a picture
<</matlabcentral/answers/uploaded_files/101623/12.png>>
約7年 前 | 0
回答済み
I have a problem. Help me please! I want to show a size of a picture
<</matlabcentral/answers/uploaded_files/101622/11.png>>
I have a problem. Help me please! I want to show a size of a picture
<</matlabcentral/answers/uploaded_files/101622/11.png>>
約7年 前 | 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年 前 | 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年 前 | 1 件の回答 | 0