Tf Function keeps running
古いコメントを表示
Hello, I've a problem with the use of the tf function. Basically i try to build a tf function using ( s = tf('s') ) and then writing my function. It works only with few poles and zeros (it seems just a total of 4), but when i try to write a function with more poles and zeros, and then i try to run it, it just keeps running. Any solution to this problem?
6 件のコメント
Sam Chak
2022 年 4 月 10 日
Can you show the code for troubleshooting purposes?
Alessandro Romeo
2022 年 4 月 10 日
Sam Chak
2022 年 4 月 10 日
Is this result expected?
g =
100 s^2 + 500 s - 5000
------------------------------------
s^5 + 4 s^4 - 36 s^3 - 37 s^2 - 40 s
Continuous-time transfer function.
Alessandro Romeo
2022 年 4 月 10 日
Sam Chak
2022 年 4 月 10 日
Try clear everything and see if the problem persists.
clear all
Alessandro Romeo
2022 年 4 月 10 日
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で MATLAB についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!