2015年7月18日

MATLAB绘图,绘双坐标轴,绘一图二轴等

摘要: clc;clear all;close all;% %% 画极坐标系% x = 0:.01 * pi:0.5 * pi;% y = cos(x) + sqrt(-1) * sin(x);% plot(y*2,'r','linewidth',5);% hold on% warning('off')% ... 阅读全文

posted @ 2015-07-18 21:52 Kermit.Li 阅读(3178) 评论(0) 推荐(0)

导航