Line width
17 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
How to specify the line width with the build in function bode(sys)?
0 Commenti
Risposte (2)
Walter Roberson
il 13 Giu 2012
There is no method to supply the line width as an input parameter to bode().
If you can find the appropriate line handles after the plot is done, then you can set() their LineWidth
0 Commenti
Craig
il 14 Giu 2012
You can change the line width with the graphical interface using the plot edit mode. Select the line and right click and select the "Line Width" menu item.
0 Commenti
Vedere anche
Categorie
Scopri di più su Loops and Conditional Statements in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!