FilterDesigner toolbox error: Undefined function ‘eml_bitand’ and 'eml_asser​t_all_cons​tant'

I am trying to use the FilterDesigner tool in MATLAB, but I am encountering some problems. When trying to create a FIR filter, I get the error message:
ERROR: Undefined function eml_bitandfor input arguments of type ‘int32’
I also tried designing the filter with the 'fir1' function, which belongs to the same toolbox, but it gives another error:
ERROR: Undefined function or variable ‘eml_assert_all_constant’

 채택된 답변

This issue may be caused by an incorrect path in MATLAB. Restoring the default path can resolve the issue. Please note that this will remove any custom folders from your path, which you can back up using the instructions here:
>> restoredefaultpath
>> rehash toolboxcache
>> savepath

추가 답변 (0개)

카테고리

제품

릴리스

R2017a

Community Treasure Hunt

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

Start Hunting!

Translated by