File: hist3d.cat

package info (click to toggle)
scilab 2.4-1
  • links: PTS
  • area: non-free
  • in suites: potato, slink
  • size: 55,196 kB
  • ctags: 38,019
  • sloc: ansic: 231,970; fortran: 148,976; tcl: 7,099; makefile: 4,585; sh: 2,978; csh: 154; cpp: 101; asm: 39; sed: 5
file content (31 lines) | stat: -rw-r--r-- 754 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
31

hist3d(2)                      Scilab Function                      hist3d(2)
NAME
  hist3d - 3D representation of an histogram

CALLING SEQUENCE
  hist3d(f [,theta,alpha,leg,flag,ebox])

PARAMETERS

  f         : matrix or list :

            - matrix f(i,j)= F(x(i),y(j)),  x and y  taken as 0:m and 0:n, (
              (m,n) is the size of f).

            - list of size 3; list(f,x,y) where f is a matrix of size (m,n)
              and x and y two vectors of size (1,n+1) and (1,m+1)

  rest      : see plot3d

DESCRIPTION
  3 dimensional representation of an 2d histogram : the values 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
  plot3d

AUTHOR
  Steer S. & JPhilippe C.