gusucode.com > matlab通信工程仿真源码(张德丰等编著)程序书籍 > matlab_code/matlab通信工程仿真源码(张德丰等编著)/第4章/li4_9.m

    set(h4,'pos',[0.1 0.1 0.4 0.4])
set(h,'pos',[0 0 560 400])
set(h3,'box','off')
set(h3,'xgrid','on')
set(h3,'gridlinestyle','-')
set(h3,'xdir','reverse')
set(h3,'xdir','normal')
ht3=get(h3,'title')
set(ht3,'string','澳洲人的回旋镖')
set(ht3,'rotation',-10)
set(ht3,'fontsize',15)
set(ht3,'color',[244 29 249]/255)