vitol17
22-05-2013, 17:25
[MatLAB] Ragazzi se provo a scrivere questo piccolo programma per disegnare il diagramma di nyquist in Matlab 2012:
num=[10]
den=[13,3,2]
sys=tf(num,den)
nyquist(sys)
mi da l'errore -> Undefined function 'tf' for input arguments of type 'double'.
Qualcuno sa come si risolve ?
Non riesco proprio ad andare avanti.:help: :help:
num=[10]
den=[13,3,2]
sys=tf(num,den)
nyquist(sys)
mi da l'errore -> Undefined function 'tf' for input arguments of type 'double'.
Qualcuno sa come si risolve ?
Non riesco proprio ad andare avanti.:help: :help: