Butterworth filter does not exist in Matlab R2014b, on Yosemite OS X

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)

butter is in the Signal Processing Toolbox so it's likely not installed with your R2014b. You can verify this by running:
>>ver

Categories

Asked:

on 11 Dec 2014

Answered:

on 11 Dec 2014

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!