photo

chan


Last seen: 3 years ago Active since 2014

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

3 Questions
1 Answer

RANK
233,282
of 300,771

REPUTATION
0

CONTRIBUTIONS
3 Questions
1 Answer

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,084

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 170,969

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • First Answer

View badges

Feeds

View by

Answered
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 ago | 0

Question


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

6 years ago | 0 answers | 0

0

answers

Question


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 ago | 1 answer | 0

1

answer

Question


about logical operator in if!
This is my code y = input('choose','s'); if y == 'a1' | y == '1a' disp('win') else disp('lost')...

11 years ago | 1 answer | 0

1

answer