fsolve with solution constraints
Mostrar comentarios más antiguos
Hi, I am solving a list of nonlinear equations with part of the solutions having constraints. For example, the solution is consist of [x1, x2,x3,x4] with x3 and x4 should within [0,1] and x1 and x2 should be bigger than 0.
I try to search this kind of topic and seems that fsolve cannot solve this kind of problem. I should try fmincon or lsqnonlin. But the result of fmincon or lsqnonlin require that all solution have the same constraints. But in my situation, my solution has different constraints.
I am not sure whether my understanding is correct.
Thanks!
2 comentarios
dror meidan
el 3 de Mayo de 2017
Hi, try to choose the initial point near the requested points (x1,x2,x3,x4)
Huiying Zhao
el 3 de Mayo de 2017
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Quadratic Programming and Cone Programming en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!