Why does c2d function not work on a system defined using transfer function approach in the Control System Toolbox 6.2.1 (R14SP3)?

조회 수: 20 (최근 30일)
When I use a transfer function as an input argument to c2d function, I get the following error:
analy=tf([1],[1 1])
[digit, M]=c2d(analy,0.1,'tustin')
gives the following error:
Transfer function:
1
-----
s + 1
??? Error using ==> tf.c2d
Too many output arguments.

채택된 답변

MathWorks Support Team
MathWorks Support Team 2009년 6월 27일
This enhancement has been incorporated in Release 2006b (R2006b). For previous product releases, read below for any possible workarounds:
The Control System Toolbox 6.2.1(R14SP3) documentation for the c2d function does not expliictly state the system format to be passed to this function.
The following syntax of this function:
[sysD, G]=c2d(sys, Tf, 'tustin')
assumes that 'sys' is a state-space model.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Control System Toolbox에 대해 자세히 알아보기

태그

제품


릴리스

R14SP1

Community Treasure Hunt

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

Start Hunting!

Translated by