home *** CD-ROM | disk | FTP | other *** search
- clrdata
- clrplot
- close
-
- title A theoretical equation can be graphed with the data
- xlabel x
- ylabel y
- xstart 0
- xend 4
- xstep 1
- ystart -1.
- yend 11.
- ystep 1.
- legend1 0.20 0.82 y1: Experimental Data
- read 51
- 0 3.68
- 0.08 5.91
- 0.16 8.02
- 0.24 9.84
- 0.32 9.69
- 0.4 10.25
- 0.48 9.69
- 0.56 9.78
- 0.64 8.84
- 0.72 7.32
- 0.8 6.22
- 0.88 5.20
- 0.96 4.18
- 1.04 3.25
- 1.12 2.56
- 1.2 2.08
- 1.28 1.38
- 1.36 1.92
- 1.44 1.32
- 1.52 2.19
- 1.6 1.59
- 1.68 2.15
- 1.76 3.17
- 1.84 3.64
- 1.92 3.86
- 2 4.28
- 2.08 4.68
- 2.16 4.66
- 2.24 4.52
- 2.32 5.29
- 2.4 4.95
- 2.48 4.98
- 2.56 4.83
- 2.64 4.80
- 2.72 4.31
- 2.8 4.44
- 2.88 3.91
- 2.96 4.55
- 3.04 3.50
- 3.12 3.50
- 3.2 3.79
- 3.28 4.06
- 3.36 3.30
- 3.44 3.56
- 3.52 3.39
- 3.6 4.17
- 3.68 3.77
- 3.76 3.74
- 3.84 3.48
- 3.92 4.09
- 4 3.84
- scatter 1
- legend2 0.24 0.65 y2: y(x1) = 4 + 10 * exp(-x1) * sin(pi*x1)
- y(x1) = 4 + 10 * exp(-x1) * sin(pi*x1)
- curve 2
- plot
-
- title An equation can operate on multiple data sets
- legend3 0.58 0.18 y3: y(x1) = y1 - y2
- y(x1) = y1 - y2
- line 3
- ybase 0.
- plot
-