home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computerworld 1996 March
/
Computerworld_1996-03_cd.bin
/
idg_cd3
/
aplikace
/
cad
/
wplot211
/
funplot.plt
< prev
next >
Wrap
Text File
|
1994-06-10
|
513b
|
27 lines
clrdata
clrplot
close
title Functions can be plotted
xlabel x
ylabel y
legend1 0.63 0.15 y(x) = 1-exp(-x)
legend2 0.63 0.34 y(x) = 2*(1-exp(-x/2))
legend3 0.63 0.54 y(x) = 3*(1-exp(-x/3))
legend4 0.63 0.71 y(x) = 4*(1-exp(-x/4))
legend5 0.63 0.87 y(x) = 5*(1-exp(-x/5))
xstart 0
xend 20
xstep 5
ystart 0
yend 5
ystep 1
xsamples 101
* message Calculating - Please wait ...
y(x) = 1-exp(-x)
y(x) = 2*(1-exp(-x/2))
y(x) = 3*(1-exp(-x/3))
y(x) = 4*(1-exp(-x/4))
y(x) = 5*(1-exp(-x/5))
plot