2015年7月11日

matlab双坐标轴设定

摘要: clc;clear all;close all;x1 = 0:.1:40;y1 = 4 * cos(x1)./(x1 + 2);x2 = 1:.2:20;y2 = x2.^2 ./ x2.^3;h11 = line(x1,y1,'Color','r');ax1 = gca;aa = get(ax1,... 阅读全文

posted @ 2015-07-11 23:15 Kermit.Li 阅读(695) 评论(0) 推荐(0)

导航