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
posted @ 2015-07-18 21:52
posted @ 2015-07-11 23:15