Search found 3 matches

by Ana-Maria
Sat Sep 23, 2017 12:53 pm
Forum: General forum
Topic: saffron (1H HYSCORE) more than 1 proton - error
Replies: 5
Views: 2070

Re: saffron (1H HYSCORE) more than 1 proton - error

It works well now, thanks as well!
by Ana-Maria
Fri Sep 22, 2017 4:04 pm
Forum: General forum
Topic: saffron (1H HYSCORE) more than 1 proton - error
Replies: 5
Views: 2070

Re: saffron (1H HYSCORE) more than 1 proton - error

I use the last version of EasySpin and Matlab R2012a Please see the code below: [par1, par2, par3] = eprload('.DSC'); [ff,dt] = meshgrid(par1{2},par1{1}); contour(dt*1e3,ff*1e3,abs(par2),ll*max(max(par2))); hold all; figure(1); Sys.Nucs = 'M,,1H,1H'; Sys.g = [1.945 0 0; 0 1.945 0; 0 0 1.9745]; AM = ...
by Ana-Maria
Fri Sep 22, 2017 4:17 am
Forum: General forum
Topic: saffron (1H HYSCORE) more than 1 proton - error
Replies: 5
Views: 2070

saffron (1H HYSCORE) more than 1 proton - error

Hi, I'm trying to simulate 1H HYSCORE, but it give me this error: 'Operands to the || and && operators must be convertible to logical scalar values.' if I add more than 1 proton. I define the nuclei using this: Sys.Nucs = '63Cu,1H,1H'; Opt.Nuclei = [2 3]; % only protons and Sys.A is = [M_A; ...