Plotting 2 bode plots side-by-side

8 次查看(过去 30 天)
I want to plot two transfer functions bode plots side by side. What is the option for this?

回答(1 个)

Star Strider
Star Strider 2022-9-1
I am not certain what you want to do, however the subplot (or related) functions are likely the correct approach.
The Control System Toolbox graphics functions can be a bit difficult to work with, so the best option is likely the approach in Obtain Magnitude and Phase Data to get the information, then use those outputs to plot both transfer functions as you would plot any other plot. It may be necessary to use the squeeze function on the outputs.
.

标签

Community Treasure Hunt

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

Start Hunting!

Translated by