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

1 次查看(过去 30 天)
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

采纳的回答

Jason Zhu
Jason Zhu 2013-12-16
yes, you are correct. thank you anyway.

更多回答(1 个)

Suneesh
Suneesh 2013-12-13
You might not have the Control System Toolbox installed. Check that by executing:
ver

类别

Help CenterFile Exchange 中查找有关 Dynamic System Models 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by