Can I specify C matrix with tf2ss?

1 Ansicht (letzte 30 Tage)
Ryoto Suzuki
Ryoto Suzuki am 17 Mär. 2019
Kommentiert: Ryoto Suzuki am 17 Mär. 2019
I want to get
C = [a 0 0] (a is constant number)
system.But tf2ss provide me
C = [-6684 2.673e+08 -2.674e+12]
system.
Please tell me how to specify C matrix.

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 17 Mär. 2019
You cannot specify the C matrix in a tf2ss() call. It always calculates the C matrix based upon the numerator and denominator. Look around line 80 of tf2ss

Weitere Antworten (0)

Kategorien

Mehr zu MATLAB finden Sie in Help Center und File Exchange

Tags

Produkte


Version

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by