필터 지우기
필터 지우기

Why does MATLAB r2016a not recognize "cheby1" as a function?

조회 수: 1 (최근 30일)
Jacob Mendelson
Jacob Mendelson 2016년 7월 12일
댓글: Walter Roberson 2016년 11월 24일
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?

채택된 답변

Stephen23
Stephen23 2016년 7월 12일
편집: Stephen23 2016년 7월 12일
The function cheby1 is part of the Signal Processing Toolbox. Do you have this toolbox installed, and a valid license for it ?
To check, run this command in your command window, and tell us exactly what it prints:
ver
  댓글 수: 2
Jacob Mendelson
Jacob Mendelson 2016년 7월 12일
편집: Stephen23 2016년 7월 22일
Thanks for the quick reply, here is the result.
MATLAB Version: 9.0.0.341360 (R2016a)
MATLAB License Number: ••••••
Operating System: Microsoft Windows 10 Enterprise Version 10.0 (Build 10586)
Java Version: Java 1.7.0_60-b19 with Oracle Corporation Java HotSpot(TM) 64-Bit Server VM mixed mode
Walter Roberson
Walter Roberson 2016년 7월 22일
It would have mentioned the Signal Processing Toolbox if you had that installed.

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

ilhem ouerghui
ilhem ouerghui 2016년 11월 24일
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
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

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by