Statistics
RANK
188.926
of 295.486
REPUTATION
0
CONTRIBUTIONS
3 Questions
1 Answer
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20.236
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153.950
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
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...
meer dan 5 jaar 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 ...
meer dan 5 jaar ago | 0 answers | 0
0
answersQuestion
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')); ...
bijna 7 jaar ago | 1 answer | 0
1
answerQuestion
about logical operator in if!
This is my code y = input('choose','s'); if y == 'a1' | y == '1a' disp('win') else disp('lost')...
meer dan 10 jaar ago | 1 answer | 0