Is there a way to pass line properities to the BODE command in the Control System Toolbox?

26 次查看(过去 30 天)

采纳的回答

MathWorks Support Team
The ability to change the line parameters (other than line and marker style) from the BODE command is not available in the Control System Toolbox.
As a workaround, you can use the following syntax to change the line width (or any other line property):
set(findall(gcf,'type','line'),'linewidth',10)

更多回答(0 个)

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by