filtic function type error

조회 수: 7 (최근 30일)
Spike
Spike 2014년 4월 25일
댓글: Spike 2014년 4월 25일
Hi , I'm having this problem:
>> a=[1,-1.1443,0.4128];b=[0.0675,0.1349,0.675];
>> x=zeros(1,50);
>> zi=filtic(b,a,[1,2]);
Undefined function 'filtic' for input arguments of type 'double'.
How to fix it? The others' PC can run these codes without error ...
I have tried reinstall it , but it didn't work out.
Using : Win8 64bit , R2013a 64bit (Academic use)

채택된 답변

David Sanchez
David Sanchez 2014년 4월 25일
The code is obviously right. Are you sure your version has the filtic function?
In the command window, write
type filtic
does the code of the function appear? That will tell you whether the function is present in your system or not
  댓글 수: 1
Spike
Spike 2014년 4월 25일
Oops..
This version doesn't have filtic function.
Thank you for the help.

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by