Can I specify C matrix with tf2ss?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Ryoto Suzuki
il 17 Mar 2019
Commentato: Ryoto Suzuki
il 17 Mar 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.
0 Commenti
Risposta accettata
Walter Roberson
il 17 Mar 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
Più risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!