photo

thinh dang


Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

2 Questions
4 Answers

RANK
265,537
of 300,499

REPUTATION
0

CONTRIBUTIONS
2 Questions
4 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 21,021

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,381

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • First Answer
  • Thankful Level 1

View badges

Feeds

View by

Answered
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...

8 years ago | 0

Answered
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...

8 years ago | 0

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

8 years ago | 0

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

8 years ago | 0

Question


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...

8 years ago | 5 answers | 0

5

answers

Question


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...

8 years ago | 1 answer | 0

1

answer