|
Reports |
Top Previous Next |
|
Any display specification can be followed by one or more of the following clauses to add report quantities to the plot page:
REPORT expression Adds to the bottom of a display the text 'text of expression=value of expression', where expression is any valid expression, possibly including integrals. Multiple REPORT clauses may be used. REPORT is especially useful for reporting boundary and area integrals and functions thereof.
REPORT expression AS 'string' A labeled REPORT of the form 'string=value of expression'.
REPORT('string') REPORT 'string' Inserts 'string' into the REPORT sequence.
|