home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DP Tool Club 16
/
CD_ASCQ_16_0994.iso
/
maj
/
2199
/
examples
/
sampling.plt
< prev
next >
Wrap
Text File
|
1994-07-09
|
271b
|
17 lines
# sampling.plt - sampling rate for functions
paper size 11 by 8.5
subplot 2 5.5 9 8
sampling 20
plot sin(x)
draw x y
frame
xlabel 'sin(x) with sampling = 50'
subplot 2 1.5 9 4
sampling 200
plot sin(x)
draw x y
xlabel 'sin(x) with sampling = 200'
frame