Control System Toolbox の 伝達関数オブジェクトを Symbolic Math Toolbox のシンボリックオブジェクトに変換することはできますか?
古いコメントを表示
以下同様に伝達関数 "t" を定義しています。
t = tf(1:3,4:6)
Transfer function:
s^2 + 2 s + 3
---------------
4 s^2 + 5 s + 6
得られた伝達関数オブジェクトをシンボリックオブジェクトに変換して CCODE、FORTRAN 及び LATEX 関数を適用したいと考えています。方法を教えてください。
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で 変換 についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!