Bug reports and fixes
From NUTMEGwiki
It's not a bug, it's a feature!
nut_tfbf_gui.m
- Error: A function name (filt) cannot be indexed with .
- Problem: There is a function in the Control Systems Toolbox also called filt, which creates a conflict.
- Workaround: Simply remove the Control Systems Toolbox from your Matlab path. (We will see if we can rename our filt structure to avoid this conflict entirely.)

