Plotting 2 bode plots side-by-side
8 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I want to plot two transfer functions bode plots side by side. What is the option for this?
0 Commenti
Risposte (1)
Star Strider
il 1 Set 2022
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.
.
0 Commenti
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!