svendaehne/matlab_SPoC

utils/zscore.m shadows Matlab's own zscore function but doesn't behave the same way

Closed this issue · 1 comments

Matlab's signal processing toolbox has a zscore function. My utils zscore function may shadow it if the SPoC toolbox is not at the bottom of the Matlab's search path.

Suggested fix: make sure my zscore behaves the same way Matlab's zscore does.

Fixed by renaming utils/zscore to utils/my_zscore.m and adapting all the calls to zscore.