File: xnumb.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-- 748 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

xnumb(2)                       Scilab Function                       xnumb(2)
NAME
  xnumb - draw numbers on a graphic

CALLING SEQUENCE
  xnumb(x,y,nums,[flag,angle])

PARAMETERS

  x,y,nums
       : vectors or matrices of same size

  flag : an integer value

  angle
       : a vector of the same size as x,y,nums

DESCRIPTION
  Displays the value of nums[i] using the current number format at position
  x[i],y[i] in the current scale.  if flag is 1 a frame box is added around
  the strings.  if angle is present it's a vector. angle[i] gives the slope
  in degree (clockwise) to use  for the display of the string.

EXAMPLE
  plot2d([-100,500],[-100,600],[-1,-1],"022");
  x=0:100:200;
  xnumb(x,500*ones(x),[10,20,35],1);

AUTHOR
  J.Ph.C.