beautypg.com

Casio ClassPad II fx-CP400 User Manual

Page 214

background image

Chapter 12: Program Application

  214

Chapter 12: Program Application

  214

StatGraph

Misc - Statistics(1)

Syntax 1: StatGraph

,

{On ; Off}, Graph Type 1,

x

List,

y

List, FreqList (or 1),

Plot Type

Syntax 2: StatGraph

,

{On ; Off}, Graph Type 2,

x

List,

y

List, FreqList (or 1)

Syntax 3: StatGraph

,

{On ; Off}, Graph Type 3,

x

List,

y

List

Syntax 4: StatGraph

,

{On ; Off}, Graph Type 4,

x

List, FreqList (or 1)

Syntax 5: StatGraph

,

{On ; Off}, Graph Type 5,

x

List, Plot Type

Function: Configures statistical graph settings.

Description:

x

List: Name of list for storing

x

-axis data

y

List: Name of list for storing

y

-axis data

FreqList: Name of list for storing frequency of “

x

List”

and “

y

List” data

Graph Type 1: Scatter,

xy

Line

Graph Type 2: LinearR, MedMed, QuadR, CubicR,
QuartR, LogR, ExpR, abExpR, PowerR
Graph Type 3: SinR, LogisticR
Graph Type 4: Histogram, MedBox, ModBox,
NDist, Broken
Graph Type 5: NPPlot
Plot Type: Square, Cross, Dot, Ldot

StatGraphSel

Misc - Statistics(1)

Syntax: StatGraphSel

Ⅺ{On ; Off} {,"Reg," ; ,"Graph"}

Function: Turns statistical graphing on or off.

Description:
• “Reg” selects Previous Reg.
• “Graph” selects Graph Function.
• Skipping “Reg” and “Graph” turns StatGraph,

Previous Reg, and Graph Function on or off.

Step

Ctrl - For

See For~To~(Step~)Next.

StepDisp

Misc - Setup(4)

Function: Used as a SetSequence command
argument to specify an option. See SetSequence.

StoGMem

Misc - Graph&Table(2)

Syntax: StoGMem

Ⅺ{ ;

file name>}

Function: Assigns a name to GMem data (graph
expression and related information) and stores it.

Description: A folder path can be specified only up to
one level.

Stop

Ctrl - Control

Syntax: Stop

Function: Terminates program execution.

Description: This command terminates all program
execution, including that of the main program when a
subroutine program is running.

StoPict

Misc - Graph&Table(2)

Syntax: StoPict

Function: Assigns a name to a Pict image and stores
it.

StoVWin

Misc - Graph&Table(2)

Syntax: StoVWin

Ⅺ{ ;

file name>}

Function: Assigns a name to View Window values
and stores them.

Description: A folder path can be specified only up to
one level.

StrCmp

Misc - String(1)

Syntax: StrCmp

Ⅺ"", "",

variable name>

Function: Compares "" and "2>" (character code comparison) and assigns the
resulting value to the specified variable.

Description:
• Returns 0 when "" = "".
• Returns 1 when "" > "".
• Returns –1 when "" < "".

StrInv

Misc - String(1)

Syntax: StrInv

Ⅺ"",

Function: Inverts the sequence of a string and assigns
the resulting string to a variable.

StrJoin

Misc - String(1)

Syntax: StrJoin

Ⅺ"", "",

variable name>

Function: Joins "" and "" and then
assigns the resulting string to the specified variable.

StrLeft

Misc - String(1)

Syntax: StrLeft

Ⅺ"",

n

,

name>

Function: Copies a string up to the

n

th character

from the left, and assigns the resulting string to the
specified variable.

StrLen

Misc - String(1)

Syntax: StrLen

Ⅺ"",

Function: Determines the length of a string (the
number of its characters) and assigns the resulting
value to the specified variable.