Page 1 of 1

How does FitOpt.Plot option works?

Posted: Tue Dec 22, 2015 1:46 am
by katarkon
I try to run esfit function with FitOpt.Plot=1 in this manner:
....
FitOpt.Plot=1;
[bestfit,bestspc] = esfit('garlic',y,Sys,Vary,Exp,[],FitOpt);
....

But there are no graphics appear. What I'm doing wrong?

Re: How does FitOpt.Plot option works?

Posted: Tue Dec 22, 2015 7:58 am
by Matt Krzyaniak
I believe that specific functionality was removed at some point. If you want to follow the fitting process I suggest you call esfit without any output arguments, esfit('garlic',y,Sys,Vary,Exp) , this will start an interactive gui.

Re: How does FitOpt.Plot option works?

Posted: Tue Dec 22, 2015 12:40 pm
by Stefan Stoll
Indeed, that's a leftover from an older version. We will fix the documentation.

Re: How does FitOpt.Plot option works?

Posted: Tue Dec 22, 2015 11:54 pm
by katarkon
I think, it should be better to keep such feature for clarity.

Re: How does FitOpt.Plot option works?

Posted: Wed Dec 23, 2015 9:09 am
by Stefan Stoll
Thanks, we'll keep this in mind.