Search found 3 matches

by konyenwe@unr.edu
Thu Jan 25, 2024 6:22 pm
Forum: General forum
Topic: Error using esfit "Too many output arguments"
Replies: 2
Views: 917

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...
by konyenwe@unr.edu
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: 4227

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....
by konyenwe@unr.edu
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: 4227

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);