Statistics
RANK
5,913
of 295,448
REPUTATION
8
CONTRIBUTIONS
6 Questions
3 Answers
ANSWER ACCEPTANCE
83.33%
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
Trouble compiling GUI from figure
I have written a UI using the figure function. The UI as well as associated controls, and data are encapsulated in a class. In...
1 year ago | 1 answer | 0
1
answerQuestion
How strict are constraints in the Global Optimization Toolbox?
I am working on an optimization problem using the Global Optimization Toolbox; specifically, I am using the genetic algorithm (g...
8 years ago | 1 answer | 0
1
answerQuestion
Compiled program does not run due to group policy
I have written a command line program for running some electromagnetic models. I have compiled two versions (with and without t...
8 years ago | 1 answer | 0
1
answerHow to make auto number increment?
I believe that this feature is built into MySQL. MySQL increments an index with each next entry, and this can be queried as any...
8 years ago | 0
| accepted
Question
How can I perform an optimization with constraints that are interdependent?
I have a need to perform an optimization (using the Global Optimization Toolbox) where the optimization parameters are interdepe...
8 years ago | 1 answer | 0
1
answerCompiled GUI not appearing
I just installed 2015B on my computer, and the problem seems to have gone away. While I do not know why it did not work in 2014...
9 years ago | 0
| accepted
I can't get around this error "The right hand side of this assignment has too few values to satisfy the left hand side."
Try this (MATLAB 7.0 or later) btime = cell(3,2); [btime{:}] = deal(zeros(40000, filelength));
9 years ago | 0
| accepted
Question
Compiled GUI not appearing
I have been trying to compile a MATLAB based GUI and the code compiles without error. The GUI appears properly when running wit...
9 years ago | 2 answers | 0
2
answersQuestion
Passing data from custom modal dialog box to main GUI
I am trying to pass data from a modal dialog box to a main GUI. When I run the code at 'full speed' as interpreted code, the ma...
13 years ago | 1 answer | 0