Exporting simulated data
Posted: Mon Jul 03, 2017 12:15 pm
Hi,
I'm new to easyspin and matlab. My question is how do I export the simulated spectrum, as excel file, that was generated using esfit. My code is below:
[B,spc] = textread('Test_partial.txt','%f %f');
Exp.mwFreq = 9.48;
Exp.Range = [330 350];
Sys0.S = 3/2;
Sys0.g = 1.99;
Sys0.lw = [0 1];
Vary.g = 0.1;
Vary.lw = [0 0.7];
SimOpt.Method='perturb';
esfit('pepper',spc,Sys0,Vary,Exp);
I'm new to easyspin and matlab. My question is how do I export the simulated spectrum, as excel file, that was generated using esfit. My code is below:
[B,spc] = textread('Test_partial.txt','%f %f');
Exp.mwFreq = 9.48;
Exp.Range = [330 350];
Sys0.S = 3/2;
Sys0.g = 1.99;
Sys0.lw = [0 1];
Vary.g = 0.1;
Vary.lw = [0 0.7];
SimOpt.Method='perturb';
esfit('pepper',spc,Sys0,Vary,Exp);