Opt User
Followers: 0 Following: 0
Statistics
RANK
7,079
of 295,467
REPUTATION
6
CONTRIBUTIONS
8 Questions
1 Answer
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
6
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
Wrapping code lines when exporting .mlx live scripts to .pdf
With a live script open, I go to save->export to pdf. Unfortunately the code blocks have lines that go through the document and ...
6 years ago | 1 answer | 2
1
answerQuestion
optimproblem object: Change variable bounds
"OptimizationProblem property 'Variables' is read-only". That is the message I get after trying to change something like: p...
7 years ago | 1 answer | 3
1
answerQuestion
Testing framework: Only test specific parameter combinations
In an <https://www.mathworks.com/help/matlab/matlab_prog/create-advanced-parameterized-test.html advanced parametrized test> cla...
7 years ago | 1 answer | 1
1
answerQuestion
How to remove top dendogram from clustergram plot
Basically I want to cluster both along the rows and columns with clustergram(), but I cannot find a way to hide the top dendodog...
7 years ago | 1 answer | 0
1
answerQuestion
Turn off the latex interpreter in clustergram
The dreaded default latex interpreter hunts me again. How can I turn it off in a clustergram? I tried rendering the clustergram ...
7 years ago | 1 answer | 0
1
answerQuestion
Evaluate many possible logical expressions
I have a set of binary variables: a,b,c... and a set of rules = { 'a or b', 'a or (b and c)', ... I need a fast way to determi...
7 years ago | 1 answer | 0
1
answerDoes gamultiobj() return alternative solutions (different variables but same vector of objectives)?
I am aware that the heuristic nature of this algorithm does not guarantee that all soultions, or optimal solutions at all, will ...
7 years ago | 0
Question
Does gamultiobj() return alternative solutions (different variables but same vector of objectives)?
I am trying to enumerate alternative solutions by running the algorithm for additional generations. I see some, but I was wonder...
7 years ago | 2 answers | 0
2
answersQuestion
Nonlinear constraints in ga and gamultiobj with binary variables.
Does the population type 'bitstring' allow for the use of nonlinear constraints in ga and/or gamultiobj? I have been attempti...
8 years ago | 1 answer | 0