Error using pepper! Please help!
Posted: Sun Nov 15, 2015 7:20 pm
Hi,
I'm new to matlab and easyspin software.
I was running this code:
Sys.g = [ 2.08 2.085];
Sys.lwpp = [0.5];
Exp.mwFreq = 9.45;
pepper(Sys,Exp);
And it worked fine. Then I changed a command ----from Sys.lwpp to Sys.lw and this generated an error-
Error using pepper
Sys.lw and Sys.lwpp cannot be used simultaneously.
How do I get rid of this error?
Thanks!
I'm new to matlab and easyspin software.
I was running this code:
Sys.g = [ 2.08 2.085];
Sys.lwpp = [0.5];
Exp.mwFreq = 9.45;
pepper(Sys,Exp);
And it worked fine. Then I changed a command ----from Sys.lwpp to Sys.lw and this generated an error-
Error using pepper
Sys.lw and Sys.lwpp cannot be used simultaneously.
How do I get rid of this error?
Thanks!