nb89
- 37
- 0
Im trying to plot two bode plots on one graph. Can anyone help?
hold on
shoehorn said:Plot one of the bode plots. Then type
Code:hold on
to instruct any further plots to draw in the same figure. Finally, plot your other Bode plot.