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

조회 수: 54 (최근 30일)
I would like to set the linewidth of the resultant plots generated by BODE using the following syntax:
bode(g,'linewidth',10)

채택된 답변

MathWorks Support Team
MathWorks Support Team 2009년 6월 27일
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개)

카테고리

Help CenterFile Exchange에서 Get Started with Control System Toolbox에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by