How to limit variable range with cftool interactive curve fitting toolbox?

13 views (last 30 days)
I am trying to use cftool to model experimental data using a given theoretical equation to calculate the two unknown parameters. I can input everything and insert the custom equation but I don't know how to force the tool to have a range of x from 0 to infinity and yo from 0 to infinity instead of both being infinity to infinity. The experimental variables cannot be negative numbers. I don't need bounds around the calculated coefficients however.

Accepted Answer

John D'Errico
John D'Errico on 16 Mar 2015
A quick look at the FITOPTIONS function gives the answer.
Both the linear and nonlinear least squares methods allow lower and upper bounds to be placed on your parameters.
help fitoptions
Were this NOT an option, then you could still solve the problem simply by squaring that parameter inside your model. Until the supreme court has ruled against this, the square of a number is always positive. They might do so though any day now, so beware. :)
  1 Comment
Nathan
Nathan on 16 Mar 2015
I forgot about regular old math manipulation. Thanks for the help I just did it the square method. Thanks for the help and quick reply.

Sign in to comment.

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!