Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
この伝達関数のナイキスト線図を描こうとしています
2 (s+1) / (s (s+10)^4)
これは私のコードです:
NUM2 = [2 2]; DEN2 = [5 40 600 4000 10000 0]; FT2 = tf(NUM2,DEN2) fprintf ('\n Nyquist\n') figure(2) nyquist(FT2)
結果は次のとおりです。
これは私が手で描いたものです
コードの何が問題になっていますか?