Control System Toolbox の 伝達関数オブジェクトを Symbolic Math Toolbox のシンボリックオブジェクトに変換することはできますか?
Afficher commentaires plus anciens
以下同様に伝達関数 "t" を定義しています。
t = tf(1:3,4:6)
Transfer function:
s^2 + 2 s + 3
---------------
4 s^2 + 5 s + 6
得られた伝達関数オブジェクトをシンボリックオブジェクトに変換して CCODE、FORTRAN 及び LATEX 関数を適用したいと考えています。方法を教えてください。
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur 変換 dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!