Statistics
RANK
9,653
of 295,448
REPUTATION
2
CONTRIBUTIONS
6 Questions
1 Answer
ANSWER ACCEPTANCE
16.67%
VOTES RECEIVED
0
RANK
of 20,227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,872
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
GUI - How to differentiate the handles of the overall GUI vs. Callback function of each component?
That is to say, every time when we create a MATLAB GUI, there will be a 'handles' in its opening function: GUI_name_OpeningFc...
13 years ago | 2 answers | 0
2
answersQuestion
GUI - Default value of the radio button group
Suppose I have created a button groups which contains 3 radio buttons. What is the default value of this group (i.e., the value ...
13 years ago | 1 answer | 0
1
answerQuestion
MATLAB GUI - Set transparent background color for components
When I'm adding a MATLAB GUI component (e.g., text, button group, etc.), the default background is gray, which makes it look dis...
13 years ago | 3 answers | -1
3
answersQuestion
How do I set the wait time during program execution?
Suppose I've got two lines of code, and want to set a 1-second time interval after the execution of sentence 1, but before sente...
13 years ago | 1 answer | 1
1
answerHow do I pass a cell array from matlab to c code?
The way how to pass an integer from matlab to c has been well studied. My major query is about the cell array.
13 years ago | 0
Question
How do I pass a cell array from matlab to c code?
Hi every one, my code snippet in matlab is, L = zeros(numBlocksN, numBlocksO); for r = 1:numBlocksN for c = 1:numBlocks...
13 years ago | 2 answers | 0
2
answersQuestion
Saving Workplace variables to .mat files
Hey all, recently I meet the following problem: Suppose I created a cell named *descr* like: - descr = cell(1,6); and after a...
14 years ago | 2 answers | 0