Plotting 2 bode plots side-by-side
8 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I want to plot two transfer functions bode plots side by side. What is the option for this?
0 comentarios
Respuestas (1)
Star Strider
el 1 de Sept. de 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 comentarios
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!