File: AXIS.m

package info (click to toggle)
scilab 5.3.3-10
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 330,656 kB
file content (37 lines) | stat: -rw-r--r-- 579 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
% Test file for function axis()
% Copyright INRIA
% Matlab version: 6.5.1.199709 (R13) Service Pack 1
% V.C.

xmin=1;ymin=1;zmin=1;cmin=1;
xmax=10;ymax=10;zmax=10;cmax=10;

axis([xmin xmax ymin ymax])
axis([xmin xmax ymin ymax zmin zmax])
axis([xmin xmax ymin ymax zmin zmax cmin cmax])
v = axis

axis auto
axis manual
axis tight
axis fill

axis ij
axis xy

axis equal
axis image
axis square
axis vis3d
axis normal

axis off
axis on

%m2scideclare h1|1 1|Handle
%m2scideclare h2|1 1|Handle

axis([h1 h2],'auto')
[mode,visibility,direction] = axis('state')

axis auto manual tight