Text Function Editor
Cut-and-paste text or edit your function here
Example User Defined Functions C * X + 51.0 + pi ** e - [Y * A] + B # coefficients are A, B and C |
Scale * exp(X) * exp(Y) + offset # Scale and offset are coefficents in this example |
# the following three examples are equivalent
power(X+Y+shift, C0) # shift and C0 are coefficients in this example
[X+Y+shift] ** C0 # shift and C0 are coefficients in this example
(X+Y+shift) ** C0 # shift and C0 are coefficients in this example |
MXY + B # This fails, it should be written as M*X*Y + B |
Links To Help For Pre-Defined Internal FunctionsPre-Defined Constants| pi | 3.1415926535897931 |
| e | 2.7182818284590451 |
Graph scaling and lin/log control
Here you can choose the scaling of the data
plots, the 3D scatterplots and the VRML files.
Log plots require data values greater than zero.
Graph size
Here you can choose the size of the report graphs. Smaller size files load quickly,
with less resolution while large files show more resolution but load more slowly.
Scientific Notation
Here you can control scientific notation on the data plots, the
3D surfaces, the contour plots, and the VRML model files.
| X Control | | Y Control | | Z Control |
| | | | |