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

53 visualizaciones (últimos 30 días)
I would like to set the linewidth of the resultant plots generated by BODE using the following syntax:
bode(g,'linewidth',10)

Respuesta aceptada

MathWorks Support Team
MathWorks Support Team el 27 de Jun. de 2009
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)

Más respuestas (0)

Categorías

Más información sobre Get Started with Control System Toolbox en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by