Statistics
6 Questions
0 Answers
RANK
244,167
of 295,467
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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
Question
how to make a table from matrix data?
'beginner in Matlab' example A=[1,2,3;4,5,6]; name={'Senior 1' 'Senior 2'}; day={'Monday' 'Tuesday' 'Wednesday'}; ...
9 years ago | 2 answers | 0
2
answersQuestion
How to link message box OK button to other function? (matlab gui)
When user click 'OK', The ok button does something... h = msgbox('Operation Completed','Success'); if strcmp(h,'OK')...
9 years ago | 1 answer | 0
1
answerQuestion
How to select/highlight/color a single cell in uitable with push button?
When user clicks on the push button a single cell in the table is select/highlight/colored/BackgroundColor? How to code this?...
9 years ago | 1 answer | 0
1
answerQuestion
How to link Radio button and Push button (Matlab GUI)
When handles.radiobutton1 is selected then user click the Push button the code is executed. How to implement this? see att...
9 years ago | 3 answers | 0
3
answersQuestion
How to display all the while loop at static text? (matlab GUI)
How to display the while loop output at static text on GUI? I want this output below i=5 i=4 i=3 i=2 i=1 i=...
9 years ago | 2 answers | 0
2
answersQuestion
using set in matlab gui (help)
can I mix int and String in one Static Text? Display=get(handles.dis1,'String'); num = str2num(Display); if num >10 ...
9 years ago | 1 answer | 0