Search found 5 matches
- Wed May 29, 2024 12:08 pm
- Forum: General forum
- Topic: Specifying nuclei in Easyspin for a biradical
- Replies: 6
- Views: 5772
Re: Specifying nuclei in Easyspin for a biradical
Hi Thanasis i kind of understood what you mean but I'm still not very clear. i do have a single electron spin and my code looks like this Sys.Nucs = '14N, 14N, 14N'; Sys.A = [21.5, 14.8, 13.7] i have 3 equivalent nitrogen with different IUPAC numbering (N1, N2, N4)- im not sure if hyperfine 14.8 bel...
- Mon May 27, 2024 6:01 pm
- Forum: General forum
- Topic: Specifying nuclei in Easyspin for a biradical
- Replies: 6
- Views: 5772
Re: Specifying nuclei in Easyspin for a biradical
Hi Thanasis im in a similar situation and I'm sort of stuck how does one specifically differentiate the hyperfine for three equivalent nuclei? example Sys.Nucs = '14N,14N,14N, for a benzotriazinyl radical . it is known that two of coupling constants have values very close to each other . is there a ...
- Thu Jan 25, 2024 6:22 pm
- Forum: General forum
- Topic: Error using esfit "Too many output arguments"
- Replies: 2
- Views: 3970
Error using esfit "Too many output arguments"
Please help. im trying to export my simulated data,However, I'm running into " Error using esfit Too many output arguments" see my code below clear,clc,clf [B,spc] = eprload('6_AminoBTR_30_08_23.DTA'); plot(B,spc); Exp.mwFreq = 9.369752; Exp.Range = [324.935 344.925]; % mT Exp.nPoints = 20...
- Thu Nov 16, 2023 12:06 am
- Forum: General forum
- Topic: Error using esfit First argument must be numeric experimental data in the form of a vector.
- Replies: 3
- Views: 7023
Re: Error using esfit First argument must be numeric experimental data in the form of a vector.
Here is my code [B, spc] = eprload('BTR.DTA'); % plot(B, spc); Exp.mwFreq = 9.5; Exp.Range = [min(B), max(B)]; % mT Exp.nPoints = numel(spc); Exp.Temperature = 298; Sys0.g = [2.005, 2.003, 2.002]; Sys0.Nucs = '14N,14N,14N'; Sys0.A = [20, 20, 8]; Sys0.lwpp = 0.5; Vary.g = [0.001, 0.001, 0.001]; Vary....
- Thu Nov 16, 2023 12:03 am
- Forum: General forum
- Topic: Error using esfit First argument must be numeric experimental data in the form of a vector.
- Replies: 3
- Views: 7023
Error using esfit First argument must be numeric experimental data in the form of a vector.
Hi All
please i need some good help
i have been getting this error and i don't know how to solve iT. I'm very new to Easyspin
"Error using esfit
First argument must be numeric experimental data in the form of a vector.
Error in untitled2 (line 42)
esfit(@garlic, spc, Sys0, Vary, Exp);