406
k
k
k
k
k
Using Table & Graph Functions in a Program
P.206
Table & Graph functions in a program can generate numeric tables and perform
graphing operations. The following shows various types of syntax you need to use
when programming with Table & Graph functions.
• Table range setting
1
$
F Start
_
5
$
F End
_
1
$
F pitch
_
• Numeric table generation
DispF-Tbl
_
• Graph draw operation
Connect type: DrawFTG-Con
_
Plot type: DrawFTG-Plt
_
Example Program
ClrGraph
_
ClrText
_
View Window 0, 6, 1, –2, 106, 2
_
Y = Type
_
”3X
2
– 2”
$
Y1
_
1
T SelOn 1
_
1
4611
0
$
2
F Start
_
2
J
611
6
$
3
F End
_
3
2
1
$
4
F pitch
_
4
3
5
DispF-Tbl
^
5
!W6241
6
DrawFTG-Con
6
!W6242
Executing this program produces the results shown here.
Numeric Table
Graph
21- 13
Using Calculator Functions in Programs
Summary of Contents for CFX-9970G
Page 22: ... CFX 9970G ...
Page 452: ...435 1 2 3 4 5 Program for Circle and Tangents No 4 Step Key Operation Display ...
Page 453: ...436 Program for Circle and Tangents No 4 Step Key Operation Display 6 7 8 9 10 ...
Page 454: ...437 11 12 13 14 15 Program for Circle and Tangents No 4 Step Key Operation Display ...
Page 455: ...438 16 17 18 Program for Circle and Tangents No 4 Step Key Operation Display ...
Page 458: ...441 1 2 3 4 5 Program for Rotating a Figure No 5 Step Key Operation Display ...