Curry esfit with Scaling None gives an error

A place to report and discuss potential bugs
Stefan Stoll
EasySpin Creator
Posts: 1050
Joined: Mon Jul 21, 2014 10:11 pm
Location: University of Washington

Re: Curry esfit with Scaling None gives an error

Post by Stefan Stoll »

I can't reproduce your problem on my system (Win10, R2021a), but am running into a related one.

EasySpin's rescale is called correctly, and which -all rescale gives

Code: Select all

>> which -all rescale
C:\Users\x\Documents\Work\easyspin\easyspin\rescale.p
C:\Program Files\MATLAB\R2021a\toolbox\matlab\bigdata\@tall\rescale.m  % tall method
C:\Users\x\Documents\Work\easyspin\easyspin\rescale.m                % Shadowed
C:\Program Files\MATLAB\R2021a\toolbox\matlab\datafun\rescale.m        % Shadowed

However, doc rescale pulls up the help for MATLAB's rescale, which it shouldn't do, since that's supposed to be shadowed.

To eliminate this issue in the future, we renamed rescale to rescaledata as of EasySpin 6.0.0-dev.31.

Post Reply