How can find (BVLS) bound-variable least square for "lsqnonneg"?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hello all,
I would like to find Bounded-Variable Least Squares (BVLS), with simultaneous upper and lower bounds αᵢ ≤ xᵢ ≤ βᵢ for "lsqnonneg" function,
any help will be so appreciated,
Riyadh
0 comentarios
Respuestas (2)
Matt J
el 10 de Mayo de 2017
Just use lsqlin which allows you specify both upper and lower bounds explicitly.
Ver también
Categorías
Más información sobre Linear Least Squares en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!