2枚以上のfigureを並べる方法
Mostrar comentarios más antiguos
nyquist線図とbode線図を並べて表示したいのですが、先に描いたグラフがあとに描いたグラフに消されてしまします。例えば以下のコードです。
L1 = tf(4, [1 3 6 12 8 ]) L2 = tf(16, [1 3 6 12 8 ])
nyquist(L1, L2)
bode(L1, L2)
この場合nyquist線図が表示されません。どうすればいいかどなたか教えてください。
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Frequency-Domain Analysis en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!