Undefined function 'bilinear' for input arguments of type 'double'.

>> c=[1,1]
c =
1 1
>> d=[1,5,6]
d =
1 5 6
>> t=0.1
t =
0.1000
>> fs=1/t
fs =
10
>> bilinear Undefined function or variable 'bilinear'.
>> [b,a]=bilinear(c,d,fs) Undefined function 'bilinear' for input arguments of type 'double'.
>> which bilinear C:\Program Files\MATLAB\R2012b\toolbox\signal\signal\bilinear.m % Has no license available >> [b,a]=bilinear(c,d,fs) Undefined function 'bilinear' for input arguments of type 'double'.

回答 (1 件)

Sean de Wolski
Sean de Wolski 2013 年 11 月 5 日

0 投票

Apparently you do not have a license available for the Signal processing Toolbox. Please talk to your IT department or friendly Account Manager at MathWorks.

カテゴリ

ヘルプ センター および File ExchangeManage Products についてさらに検索

質問済み:

2013 年 11 月 5 日

回答済み:

2013 年 11 月 5 日

Community Treasure Hunt

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

Start Hunting!

Translated by