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

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일

0 개 추천

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

카테고리

도움말 센터File Exchange에서 Modeling에 대해 자세히 알아보기

질문:

2013년 12월 12일

답변:

2013년 12월 16일

Community Treasure Hunt

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

Start Hunting!

Translated by