sfstoolbox / sfs-matlab

SFS Toolbox for Matlab/Octave
https://sfs-matlab.readthedocs.io
MIT License
98 stars 39 forks source link

Make config struct mandatory #47

Closed hagenw closed 8 years ago

hagenw commented 8 years ago

As our normal workflow is to create first a conf struct and disable the SFS_config() function by using SFS_config_example() I have removed the automatically calling of SFS_config() completely.

I only have to test if everything is working, otherwise the changes should be ready.

hagenw commented 8 years ago

I have tested the new code and fixed a typo regarding the new config behavior, but also one general thing with replacing range() by max()-min().

If you agree with the new behavior, please merge this into master.