error on the function of ss[Creation of State-Space Models]

5 visualizaciones (últimos 30 días)
Jason Zhu
Jason Zhu el 12 de Dic. de 2013
Respondida: Jason Zhu el 16 de Dic. de 2013
when enter >> A = [0 1;-5 -2]; B = [0;3]; C = [0 1]; D = 0; sys = ss(A,B,C,D,0.25);
has below error(it is in Chinese) 'double' 类型输入参数的函数 'ss' 没有定义。
it means the double type input function 'ss' no defined. my version is 2012b

Respuesta aceptada

Jason Zhu
Jason Zhu el 16 de Dic. de 2013
yes, you are correct. thank you anyway.

Más respuestas (1)

Suneesh
Suneesh el 13 de Dic. de 2013
You might not have the Control System Toolbox installed. Check that by executing:
ver

Categorías

Más información sobre Dynamic System Models en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by