摘要:
0. 句柄的获得H = subplot(1,2,1);saveas(H, [pathname,filename], 'jpg');1. h = plot(…)a = 0:10:360;x = a*pi/180;h = plot(x, sin(x), x, cos(x)... 阅读全文
posted @ 2016-10-23 00:14
未雨愁眸
阅读(305)
评论(0)
推荐(0)
摘要:
0. 句柄的获得H = subplot(1,2,1);saveas(H, [pathname,filename], 'jpg');1. h = plot(…)a = 0:10:360;x = a*pi/180;h = plot(x, sin(x), x, cos(x)... 阅读全文
posted @ 2016-10-23 00:14
未雨愁眸
阅读(256)
评论(0)
推荐(0)