Plotting 2 bode plots side-by-side
显示 更早的评论
I want to plot two transfer functions bode plots side by side. What is the option for this?
回答(1 个)
Star Strider
2022-9-1
0 个投票
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.
.
类别
在 帮助中心 和 File Exchange 中查找有关 Frequency-Domain Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!