Line width
조회 수: 14 (최근 30일)
이전 댓글 표시
How to specify the line width with the build in function bode(sys)?
댓글 수: 0
답변 (2개)
Walter Roberson
2012년 6월 13일
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
Craig
2012년 6월 14일
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
참고 항목
카테고리
Help Center 및 File Exchange에서 Loops and Conditional Statements에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!