発散する結果をfig​ureにプロットした​時のグラフが外にはみ​出る現象の解決方法

4 visualizzazioni (ultimi 30 giorni)
貴弘
貴弘 il 20 Nov 2023
Commentato: Dyuman Joshi il 21 Nov 2023
例えば以下のようなシステムのステップ応答をプロットすることを考えます。
P = tf(1,[1 1 1])
C = tf(5,[1 0])
G=C*P/(1+C*P)
step(G)
ylim([0 1])
このとき,約90秒のあたりで,プロットがグラフ外にはみ出てしまいます。
これをはみ出ないようにしたいのですが,解決方法をご存じでしょうか?
よろしくお願いいたします。
  6 Commenti
Hiro Yoshino
Hiro Yoshino il 21 Nov 2023
Bug-report を出しておきました。
Dyuman Joshi
Dyuman Joshi il 21 Nov 2023

Accedi per commentare.

Risposte (0)

Prodotti


Release

R2023a

Community Treasure Hunt

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

Start Hunting!