How does FitOpt.Plot option works?

A place to report and discuss potential bugs
Post Reply
katarkon
Local Expert
Posts: 185
Joined: Mon Jan 12, 2015 4:01 am

How does FitOpt.Plot option works?

Post 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?
Matt Krzyaniak
EasySpin Guru
Posts: 153
Joined: Tue Jul 22, 2014 11:01 am
Location: Northwestern University

Re: How does FitOpt.Plot option works?

Post 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.
Stefan Stoll
EasySpin Creator
Posts: 1047
Joined: Mon Jul 21, 2014 10:11 pm
Location: University of Washington

Re: How does FitOpt.Plot option works?

Post by Stefan Stoll »

Indeed, that's a leftover from an older version. We will fix the documentation.
katarkon
Local Expert
Posts: 185
Joined: Mon Jan 12, 2015 4:01 am

Re: How does FitOpt.Plot option works?

Post by katarkon »

I think, it should be better to keep such feature for clarity.
Stefan Stoll
EasySpin Creator
Posts: 1047
Joined: Mon Jul 21, 2014 10:11 pm
Location: University of Washington

Re: How does FitOpt.Plot option works?

Post by Stefan Stoll »

Thanks, we'll keep this in mind.
Post Reply