File: plot2d2.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 (27 lines) | stat: -rw-r--r-- 697 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

plot2d2(2)                     Scilab Function                     plot2d2(2)
NAME
  plot2d2 - multiple plot of functions (step function)

CALLING SEQUENCE
  plot2d2(str,x,y,[style,strf,leg,rect,nax])

PARAMETERS
  [ ] : see plot2d1 and plot2d for a description of parameters.

DESCRIPTION
  Same as plot2d1 but the functions given by the set of points (x,y) which
  are to be drawn are supposed to be piecewise constant.

  Enter the command plot2d2() to see a demo.

EXAMPLE
  plot2d2("gnn",(1:4)',(1:4)',1,'111','step function',[0,0,5,5])
  will plot a step function of value i on the segment (i,i+1). the last seg-
  ment is not drawn.

SEE ALSO
  plot2d, plot2d1, plot2d3

AUTHOR
  J.Ph.C..