Butterworth filter does not exist in Matlab R2014b, on Yosemite OS X
Show older comments
Since updating to Yosemite and Matlab R2014b the Butterworth filter (butter) does not exist. The error message I get is:
"Undefined function 'butter' for input arguments of type 'double'."
Any advice for how to solve this?
Answers (1)
Sean de Wolski
on 11 Dec 2014
butter is in the Signal Processing Toolbox so it's likely not installed with your R2014b. You can verify this by running:
>>ver
Categories
Find more on Introduction to Installation and Licensing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!