G S_Plot Menu; Flow Control Tools - Sharp EL-9450 Operation Manual

Graphing calculator
Hide thumbs Also See for EL-9450:
Table of Contents

Advertisement

G S_PLOT menu P G
1 Plt 1(
2 Plt 2(
3 Plt 3(
4 PlotON
5 PlotOFF

6. Flow control tools

The calculator has the common flow control tools such as Goto - Label loop structures
with If-statement clauses for enhancing a program's efficiency. It also has the capabil-
ity for subroutines.
To access the flow control tools, use the P B BRNCH menu.
1 Label
2 Goto
S_PLOT menu commands are used for statistics plotting.
Sets the statistical graph settings for plot 1.
Sets the statistical graph settings for plot 2.
Sets the statistical graph settings for plot 3.
The above menu commands have the same usage as the
following:
Plt1( graph type, X list name [, Y list name, frequency list] )
* Press @ [ to specify a graph type.
PlotON [number]
Sets drawing of the specified statistical graph to on.
If no number is specified, this command turns on all of the
statistical graphs.
PlotOFF [number]
Sets drawing of the specified statistical graph to off.
If no number is specified, this command turns off all of the
statistical graphs.
Label label name
Specifies a branch destination for Goto or Gosub.
The same Label name cannot be used in two places within the
same program.
Up to 10 characters can be used for a Label name.
Up to 50 Labels can be used in a single program.
Goto label name
To shift the program execution to a label.
Chapter 9: Programming Features
147

Advertisement

Table of Contents
loading

Table of Contents