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?
How does FitOpt.Plot option works?
-
- EasySpin Guru
- Posts: 155
- Joined: Tue Jul 22, 2014 11:01 am
- Location: Northwestern University
Re: How does FitOpt.Plot option works?
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.-
- EasySpin Creator
- Posts: 1127
- Joined: Mon Jul 21, 2014 10:11 pm
- Location: University of Washington
Re: How does FitOpt.Plot option works?
Indeed, that's a leftover from an older version. We will fix the documentation.
Re: How does FitOpt.Plot option works?
I think, it should be better to keep such feature for clarity.
-
- EasySpin Creator
- Posts: 1127
- Joined: Mon Jul 21, 2014 10:11 pm
- Location: University of Washington
Re: How does FitOpt.Plot option works?
Thanks, we'll keep this in mind.