Set boundary for least-square calculation
Show older comments
Hello,
When calculating least-squares we use the form Xw=y (where X is a matrix and y is a vector of appropriate dimensions).
This gives us an approximation, and it can happen that some resulting w will be such that its Xw<y.
Is there a way how to make every w big enough so that its Xw≥y?
And is it possible, at the same time, to make sure this Xw is smaller than some other given number?
Can MATLAB resolve this?
Thank you Best regards
hugo
Accepted Answer
More Answers (0)
Categories
Find more on Linear Least Squares in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!