sfstoolbox / sfs-matlab

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

Validation Script for conf struct #166

Open fietew opened 7 years ago

fietew commented 7 years ago

As the structure of the configuration struct undergoes continual changes, it might be a good idea to add a validation script, that compares the given struct against the current output of SFS_config. It should check for additional and missing entries in the struct. One may use https://github.com/fietew/research/blob/master/tools/matlab/isfield_recursive.m