Error while running the funcyion

2 views (last 30 days)
Giru Mishra
Giru Mishra on 20 Jan 2018
Edited: Matt J on 20 Jan 2018
While running my function, I am getting following error. PLease help me
Error using fit>iFit (line 340)
Complex value computed by model function, fitting
cannot continue.
Try using or tightening upper and lower bounds on
coefficients.
Error in fit (line 108)
[fitobj, goodness, output, convmsg] = iFit(
xdatain, ydatain, fittypeobj, ...
  4 Comments
Giru Mishra
Giru Mishra on 20 Jan 2018
range of data is: x--> -4 to 6 y--> -5 to -2
Giru Mishra
Giru Mishra on 20 Jan 2018
and data is in log.. i.e. the data to be fitted is in log

Sign in to comment.

Accepted Answer

Matt J
Matt J on 20 Jan 2018
Edited: Matt J on 20 Jan 2018
If c is allowed to be negative, then your model function will produce complex numbers via log10(c). Use the 'Lower' and 'Upper options to specify bounds.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!