When I attempt to plot my fitted data, it plots only the simulated data *before* the fit. I can't seem to access the X,Y parameters of the fitted data in any format. This same code worked flawlessly with previous versions of Matlab & Easyspin.
Code: Select all
plot (B, spc/max(spc), B, pepper(Sys, Exp, fit1)/max(pepper(Sys,Exp,fit1)))
https://ibb.co/2qtXHdq
2) Simulation after fit:
https://ibb.co/t3BLt1x
3) Plot result (wtf?):
https://ibb.co/10YLfVQ
I'd be grateful for any suggestions. Thanks in advance!