matlab之绘图(六)

1.画对数图Logarithm Plots: semilogx(x,y); 对x轴取log semilogy(x,y); 对y轴取log loglog(x,y); 对x轴和y轴都取对数 2.显示两个变量plotyy() 3.画统计图表Histogram hist(); 4.画条形图 bar() 将图堆积和水平放置 4.画饼状图 pie(); 5.Stairs and Stem Charts 注意:
相关文章
相关标签/搜索