Search found 9 matches

by Patto
Fri Apr 05, 2024 2:14 am
Forum: General forum
Topic: Difference between V6.0.0 and V5.2.35
Replies: 3
Views: 2061

Re: Difference between V6.0.0 and V5.2.35

Stefan Stoll wrote: Tue Mar 26, 2024 10:10 pm

To get parallel mode in version 6, use Exp.mwMode instead of Exp.Mode.

thanks!

by Patto
Tue Jan 02, 2024 4:59 am
Forum: General forum
Topic: Difference between V6.0.0 and V5.2.35
Replies: 3
Views: 2061

Re: Difference between V6.0.0 and V5.2.35

fitting spectrums also met this difference.

by Patto
Tue Jan 02, 2024 4:52 am
Forum: General forum
Topic: Difference between V6.0.0 and V5.2.35
Replies: 3
Views: 2061

Difference between V6.0.0 and V5.2.35

Hi everyone, I met a significant difference in generating an EPR signal using V6.0.0 and V5.2.35, especially for parallel mode signals. So I checked the roadmap, and both the signals arose from the transition between S=-2 and S=+2. The difference is that the resonance field changes rapidly in V6.0.0...
by Patto
Mon Jul 17, 2023 6:13 pm
Forum: General forum
Topic: a stupid question on fitting two spectra of one sample
Replies: 3
Views: 5423

Re: a stupid question on fitting two spectra of one sample

It looks like you are using 5.2.x, right? I would strongly recommend switching to version 6. Then the call should be data = [yX(:);yQ(:)]; esfit(data,@mysimfun,{Sys,Exp,SimOpt},{Vary},FitOpt) Note that the first and second input are swapped relative to 5.2.x, and the rest of the inputs are also pro...
by Patto
Mon Jul 17, 2023 6:32 am
Forum: General forum
Topic: Version 6XX
Replies: 1
Views: 982

Version 6XX

I always met a problem using easyspin 6, but it did work viz easyspin 5.2.3. And easyspin 5.2.3 has expired. :x " You provided 7 inputs, but esfit requires 4, 5, or 6. Examples: esfit(data, fcn, p0, pvary) esfit(data, fcn, p0, pvary, Opt) esfit(data, fcn, p0, lb, ub) esfit(data, fcn, p0, lb, ub...
by Patto
Tue Mar 07, 2023 7:22 pm
Forum: General forum
Topic: fitting two spectra with esfit
Replies: 4
Views: 2377

Re: fitting two spectra with esfit

What version of Matlab are you using? I had problems with functions defined inside a script with older versions (I just made the function a separate .m file). But beyond that, it looks like you will overwrite your x-band data with your Q-band, I think you need to cat them together. And I think you ...
by Patto
Tue Mar 07, 2023 4:33 am
Forum: General forum
Topic: fitting two spectra with esfit
Replies: 4
Views: 2377

Re: fitting two spectra with esfit

What version of Matlab are you using? I had problems with functions defined inside a script with older versions (I just made the function a separate .m file). But beyond that, it looks like you will overwrite your x-band data with your Q-band, I think you need to cat them together. And I think you ...
by Patto
Mon Mar 06, 2023 5:15 am
Forum: General forum
Topic: fitting two spectra with esfit
Replies: 4
Views: 2377

fitting two spectra with esfit

Hi, I've been trying to fit two spectra for one sample at different frequencies using X band and Q band. I tried previous posts (https://easyspin.org/forum/viewtopic.php?p=1743&hilit=globalfit#p1743 https://easyspin.org/forum/viewtopic.php?p=3166&hilit=scale#p3166). ButI always run into the ...
by Patto
Sun Feb 26, 2023 6:10 pm
Forum: General forum
Topic: a stupid question on fitting two spectra of one sample
Replies: 3
Views: 5423

a stupid question on fitting two spectra of one sample

Hi, I've been trying to simulate two spectra for the same sample at X band and Q band. I always run into "First input parameter must be a valid function name or function handle." Does anyone know any easy way to simulate two spectra? The code I've been trying to run below: % Simulate mock ...