octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: request test in Matlab


From: Michele
Subject: Re: request test in Matlab
Date: Sat, 27 Oct 2018 12:58:40 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1

On 10/27/18 12:03 PM, Olaf Till wrote:
Hi,

could someone test in the following in Matlab? (I'd like to know which
call to lsqcurvefit causes an error message.)


problem.solver = 'lsqcurvefit';
problem.objective = @ (p,x) p(1) + p(2) * exp (-x);
problem.x0 = [1, 1];
problem.xdata = [0 .3 .8 1.1 1.6 2.3];
problem.ydata = [.82 .72 .63 .60 .55 .50];
problem.lb = [0, 0];
problem.options = optimset ('TolFun',1e-100);

p = lsqcurvefit (problem)

problem.fun = @ (p,x) p(1) + p(2) * exp (-x);

p = lsqcurvefit (problem)


Thanks, Olaf


Dear Olaf,

I attach the diary. I use Matlab2018a.

Bests,

Michele

Attachment: test
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]