|
|
axis一般用来设置axes的样式,包括坐标轴范围,可读比例等! H: j( k% c( ~' f, M
axis([xmin xmax ymin ymax])
. u* S5 d% y9 M. Gaxis([xmin xmax ymin ymax zmin zmax cmin cmax]) 坐标轴设置
% y9 l N- |5 x9 ]1 l0 c5 W5 }6 T0 J, }* Q& Fv = axis
' T$ R4 ~2 a: i( u& I \3 x2 Naxis auto
& G/ k: |) l6 qaxis manual9 g0 \' s& q+ I; v% W
axis tight
8 f/ T! ?" ]/ M# ~+ ^1 |axis fill1 G9 B! h3 k# p4 P% m7 S
axis ij2 n1 Y, _! F' n/ k. O0 K5 o% P
axis xy9 |8 w" L" U$ G6 _
axis equal" O( D# Y, E+ F* L$ ]; m. c
axis image
' h3 `/ ?8 c E; ]2 ?2 N. R0 f7 Kaxis square; V8 ~! ~5 v6 `
axis vis3d" h0 c# h3 N, z& O6 r5 U, v
axis normal 坐标轴刻度比例等
+ T6 c% f2 u/ e# c7 P4 Vaxis off) F3 u1 F( S5 L6 K
axis on 显示与否
5 B' [9 X4 @+ Y6 r, Caxis(axes_handles,...) 根据axes设置! s3 q% E/ z7 R0 a+ l4 d! N/ x% U; g
[mode,visibility,direction] = axis('state') 返回当前axes属性 |
|