Hello!
I am using the latest version of Easyspin and SimLabel (sept. 2020). I have experimental data originally in .par format (old Bruker format). With Easyspin, I save this data in .DTA and .DSC format. With SimLabel I try to open them and it gives the "No experimental frequency ..." error.
I add frequency using the syntax: Exp.mwFreq = 9.5;
eprsave ('New3', B, spc, Exp.mwFreq); ...
And I try again to start the spectrum in SimLabel, but again it gives the error "No experimental frequency ...".
Full text of the error:
No experimental frequency ...
Error using plot
Vectors must be the same length.
Error in simlabel / plotspecexp (line 4450)
hspecexp = plot (hspecaxes, Bexp, specexp, 'k', 'linewidth', 2); hold (hspecaxes, 'on');
Error in simlabel / loadexp (line 727)
plotspecexp (deltaB); % trace specter exp en tenant compte de deltaB
Error in simlabel / loadexpcllbck (line 669)
loadexp (filename {end}, path2exp);% affichage du dernier
Error while evaluating UIControl Callback.
How can you fix this?
Thanks for answers.