StollLab / EasySpin

MATLAB toolbox for Electron Paramagnetic Resonance (EPR) spectroscopy
http://easyspin.org
MIT License
48 stars 26 forks source link

Example `curry_fit` crashes #262

Closed stestoll closed 1 year ago

stestoll commented 1 year ago

The example fitting/curry_fit.m gives the following error:

Exp.Field is missing, assuming zero field.
Error using curry
Exp.Temperature is missing.
Error in curry_fit (line 22)
[ChiTD,MvsBD] = curry(DataSys,Exp,OptData);