Statistics
9 Questions
0 Answers
RANK
19,201
of 297,016
REPUTATION
2
CONTRIBUTIONS
9 Questions
0 Answers
ANSWER ACCEPTANCE
55.56%
VOTES RECEIVED
2
RANK
of 20,419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,725
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 run an optimization that always checks the nonlcon?
In my objective function, there is a 'mvnrnd' function which generates random numbers. So I need a covariance matrix for mvnrnd....
8 years ago | 1 answer | 0
1
answerQuestion
How to make this code faster?
I have coded a formulation using for loops but it takes forever when my matrices are very large. Can anyone help me make this co...
10 years ago | 1 answer | 0
1
answerQuestion
How to partition a matrix into components that are independent?
I'm going to partition a symmetric matrix (covariance matrix) into columns/rows that are independent. Any help is appreciated. ...
10 years ago | 2 answers | 0
2
answersQuestion
rng is slow (to control random number generation). Can I go back to seed, or state?
I've been using 'rng' to control sets of random numbers in my large simulation-optimization problem. I was trying to find speed ...
11 years ago | 0 answers | 1
0
answersQuestion
Best global optimization solver for a logistic function form
My objective function has a logistic form and I'm trying to find a good solver to minimize it. I've tried fmincon, fminunc, ga, ...
11 years ago | 1 answer | 1
1
answerQuestion
Misunderstanding about the number of trial points in Globalsearch
I check both pages http://www.mathworks.com/help/gads/globalsearch-class.html and http://www.mathworks.com/help/gads/how-globals...
11 years ago | 1 answer | 0
1
answerQuestion
Visibility of a simple 'plot' on tip of a 'surface'
I have a surface and am going to put a simple plot (which is a line connecting a few dots) on top of the surface. How can I do t...
11 years ago | 1 answer | 0
1
answerQuestion
How to merge different customized figures together?
I am going to draw several figures and merge them together. Below is the codes that I have for one of the figures; the others ar...
11 years ago | 1 answer | 0
1
answerQuestion
How to do a simple elementwise logic in a matrix?
Let's say I have A=[1 0.5 2; 0.5 1 1; 3 1 0.5]; I need to create a new matrix (with the same size as A) in which elements of ...
11 years ago | 1 answer | 0