Why does MATLAB r2016a not recognize "cheby1" as a function?
古いコメントを表示
I wrote a code implementing a Chebyshev filter which worked fine in my previous version of MATLAB r2013a. I recently had to update to r2016a and the "cheby1" function is no longer recognized. Why is this the case?
採用された回答
その他の回答 (1 件)
ilhem ouerghui
2016 年 11 月 24 日
0 投票
plz I have the same problem; how to know if the signal processing toolbox is installed in my matlab version? I am using matlab r2016b.
1 件のコメント
Walter Roberson
2016 年 11 月 24 日
>> ver('signal')
----------------------------------------------------------------------------------------------------
MATLAB Version: 9.1.0.441655 (R2016b)
MATLAB License Number: *****
Operating System: Mac OS X Version: 10.11.6 Build: 15G1108
Java Version: Java 1.7.0_75-b13 with Oracle Corporation Java HotSpot(TM) 64-Bit Server VM mixed mode
----------------------------------------------------------------------------------------------------
Signal Processing Toolbox Version 7.3 (R2016b)
>> which cheby1
/Applications/MATLAB_R2016b.app/toolbox/signal/signal/cheby1.m
カテゴリ
ヘルプ センター および File Exchange で Downloads についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!