Undefined function 'bilinear' for input arguments of type 'double'.
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
>> 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'.
0 Kommentare
Antworten (1)
Sean de Wolski
am 5 Nov. 2013
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.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Dates and Time finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!