繪製雙座標軸的圖形2-不同的plot類型

x = 0:0.1:10; y1 = 200*exp(-0.05*x).*sin(x); y2 = 0.8*exp(-0.5*x).*sin(10*x); figure [hAx,hLine1,hLine2]=plotyy(x,y1,x,y2,'plot','stem');#以不同形式繪圖 ylabel(hAx(1),'Slow Decay') % left y-axis 修改左邊y軸的標
相關文章
相關標籤/搜索