File: hist3d.cat

package info (click to toggle)
scilab 2.6-4
  • links: PTS
  • area: non-free
  • in suites: woody
  • size: 54,632 kB
  • ctags: 40,267
  • sloc: ansic: 267,851; fortran: 166,549; sh: 10,005; makefile: 4,119; tcl: 1,070; cpp: 233; csh: 143; asm: 135; perl: 130; java: 39
file content (30 lines) | stat: -rw-r--r-- 937 bytes parent folder | download
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
hist3d            Scilab Group            Scilab Function            hist3d
NAME
   hist3d - 3D representation of a histogram
  
CALLING SEQUENCE
 hist3d(f,[theta,alpha,leg,flag,ebox])
 hist3d(list(f,x,y),[theta,alpha,leg,flag,ebox])
PARAMETERS
 f             : matrix of size (m,n) defining the histogram
               f(i,j)=F(x(i),y(j)),  where x and y  are taken as  0:m and
               0:n.
               
 list(f,x,y)   : where f is a matrix of size (m,n)defining the histogram 
               f(i,j)=F(x(i),y(j)), with x and y vectors of size (1,n+1) 
               and (1,m+1).
               
 theta,alpha,leg,flag,ebox
                : see plot3d.
               
DESCRIPTION
   hist3d represents a 2d histogram as a 3D plot. The values are associated
  to the intervals  [x(i) x(i+1)[ X [y(i) y(i+1)[.  Enter the command
  hist3d() to see a demo.
  
SEE ALSO
   histplot, plot3d
  
AUTHOR
   Steer S. & JPhilippe C.