10];
subplot(3,1,1);semilogx(x,y);
subplot(3,1,2);semilogy(x,y);
subplot(3,1,3);loglog(x,y);
2.极坐标图
polarplot...x=[0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9];
y=[0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 0.10];
subplot(3,2,1);polarplot...【MATLAB】MATLAB 可视化之极坐标图
4.MATLAB 画图,对数坐标轴
5.数学建模之MATLAB画图汇总
6.Matlab绘图方法整理(超完整版)
7.如何使用Matlab绘制各类特殊图形