photo

Andrew


University of Wisconsin

Actif depuis 2013

Followers: 0   Following: 0

Message

Professional Interests: Engineering, Finance

Statistiques

MATLAB Answers

4 Questions
0 Réponses

RANG
219 547
of 300 369

RÉPUTATION
0

CONTRIBUTIONS
4 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
25.0%

VOTES REÇUS
0

RANG
 of 20 936

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 436

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


Using fminsearch for solving a problem with constraints
I have an optimization problem that is suitable for fmincon but fmincon fails to converge. I have to increase the tolerances to ...

plus de 12 ans il y a | 1 réponse | 0

1

réponse

Question


sum(W)==1 used in a function does not work with the exact number
I have used "if sum(W)==1" in a function and the function does not work as it should. If I change it to "sum(W)<=1" it starts to...

plus de 12 ans il y a | 1 réponse | 0

1

réponse

Question


Using Sum(W) ==1 as a condition in a function
I have to write [sum(W) should equal 1] within a function. W is an 8 element vector. When I try to write: if sum(W)==1 t...

plus de 12 ans il y a | 3 réponses | 0

3

réponses

Question


After I successfully run the fmincon Optimization tool on my objective function, I generate code. When I try to run the computer generated code it does not run. Gives error message.
My objective Function is V=Pvariance(A,B,C,W) After I successfully run the fmincon Optimization tool on my objective functi...

plus de 12 ans il y a | 1 réponse | 0

0

réponse