Change LineWidth / LineStyle of stepplot() / bodeplot()
Show older comments
sys = tf(4,[1 0.5 4]);
h = bodeplot(sys);
So how does one change Linewidth of this bode plot? I can add LineStyle properties when using h=bodeplot(sys,'--) e.g., yet if I acces the properties of bodeplot like discribed in the doc:
p = getoptions(h);
There are just no Line properaties at all.
€:2016a
Accepted Answer
More Answers (0)
Categories
Find more on Response Computation and Visualization in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!