Matlab 版 (精华区)



 x=linspace(0,2*pi,200);
 [ax,h1,h2]=plotyy(x,sin(x),x,cos(x));
 legend([h1,h2],'sin(x)','cos(x)');
附: axis(ax(1));   %选中第一个坐标轴
     axis(ax(2));          二
[百宝箱] [返回首页] [上级目录] [根目录] [返回顶部] [刷新] [返回]
Powered by KBS BBS 2.0 (http://dev.kcn.cn)
页面执行时间:3.776毫秒