MATLAB修改Bode的label、Title 实现的效果如下所⽰:
clo all
clear all
clc
奥运圣火num1 = 1;
den1 = [1 1 2];
hh1 = tf(num1,den1);
小黄鼠狼margin(hh1)
hold on
num2 = 3;
den2 = [2 6 2];
hh2 = tf(num2,den2);
margin(hh2)
hleg = legend('PM-1','PM-2','Location','SouthEast');海藻面膜
t(hleg,'FontSize',8,'FontName','Times New Roman');爱国人士
grid on
h= findobj(gcf,'type','line')
t(h(5),'linewidth',2)%gc11语重心长是什么意思
t(h(7),'linewidth',2)
t(h(5),'color','b')
t(h(7),'color','b')
t(h(5),'linestyle','-')情侣网名带符号
t(h(7),'linestyle','-')
t(h(6),'linewidth',2)%fc11
t(h(8),'linewidth',2)
t(h(6),'color','r')
t(h(8),'color','r')
t(h(6),'linestyle','--')
t(h(8),'linestyle','--')
t(h(3),'linewidth',1)%图例
t(h(4),'linewidth',1)
厌成语t(h(3),'color','b')
t(h(4),'color','r')游戏害人
t(h(3),'linestyle','-')
t(h(4),'linestyle','--')
hold off