数学建模6
5.1
线性图函数plot
plot(y)绘制纵坐标
plot(x,y)
plot(x1,y1,linestyle,…)
5.2
ezplot(f,[xmin,xmax])
ezplot(f,[xmin,xmax,ymin,ymax])
ezplot(f(x,y),[tmin,tmax])
5.3
散点图
scatter(X,Y,S,C)
scatter(X,Y)
scatter(…,markertype)
scatter(…,‘filled’)
h=scatter(。。。)
5.4
极坐标与直角坐标的互化
polar(theta,rhoa)
polar(theta,rho,LineSpect)
5.6
饼图
pie(x)
pie(X,explode)
h=pie(…)
5.8
茎干图
stem(Y)
stem(X,Y)
stem(…,‘fill’)
h=stem(…)