Bode Plots - Changing Line Styles
이전 댓글 표시
I created 3 bode magnitude plots with bodemag() and hold on, and I wanted to have it plot the three lines as three different black line styles (-, --, -. for example). I tried
LineStyle = '-'
LineStyle = '--'
LineStyle = '-.'
After each bodemag command, but I get three solid black lines. I know this is easier to do using simple plot(), but I'm not sure how to force this on the bode commands.
Thanks for any help!!
채택된 답변
추가 답변 (1개)
Giovanni Pacheco
2017년 10월 28일
0 개 추천
How do you do the same thing but instead of seperate systems, using a system with a for loop so in this case sys(i)?
카테고리
도움말 센터 및 File 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!