i'm not entirely convinced this is only a scaling-issue. i can adjust the scaling in excel, but it still looks nothing like the fitted dataset:
https://ibb.co/F0rWXy0
regardless, how do I include *rescale* in here? i keep getting error messages...
Search found 4 matches
- Fri Jan 31, 2020 2:52 pm
- Forum: General forum
- Topic: EasySpin plots simulation *before* fit, not *after* fit
- Replies: 7
- Views: 3593
- Mon Jan 27, 2020 12:49 pm
- Forum: General forum
- Topic: EasySpin plots simulation *before* fit, not *after* fit
- Replies: 7
- Views: 3593
- Mon Jan 27, 2020 12:27 pm
- Forum: General forum
- Topic: EasySpin plots simulation *before* fit, not *after* fit
- Replies: 7
- Views: 3593
Re: EasySpin plots simulation *before* fit, not *after* fit
[B,spc] = textread('myfile.txt'); Sys.g = [2.2 2.2 2.2]; Sys.S = 3/2; Exp.Range = [10 490] Temperature = 15.7; Exp.mwFreq = 9.630866; Sys.nPoints = 1024; Exp.nPoints = 1024; Sys.lwpp = [0 8]; EoverD = 0.33; D = 40000 Sys.D = [D D*EoverD]; Sys.DStrain = [10000 1]; pepper (Sys,Exp); Opt.Method = 'mat...
- Sat Jan 25, 2020 1:14 pm
- Forum: General forum
- Topic: EasySpin plots simulation *before* fit, not *after* fit
- Replies: 7
- Views: 3593
EasySpin plots simulation *before* fit, not *after* fit
Hi, I'm new to easyspin and having this troubling error on both a PC and mac installation of the latest version of EasySpin 5.2.27 (with Matlab R2019b) 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 da...