
Contents |
Subtract Reference Data
Subtract on one dataset with another
1. subtract_ref iy1:=[Book1]Sheet1!Col(2) iy2:=[Book1]Sheet1!Col(3)
| Display Name | Variable Name | I/O and Type | Default Value | Description |
|---|---|---|---|---|
| Input | iy1 |
Input XYRange | |
Input XY data range or curve |
| Reference Data | iy2 |
Input XYRange | |
Specified the reference data to be subtracted. |
| Subtract Common Range Only | common |
Input int | |
Operate on the common range between the two curve |
| Rescale Source Graph | rescale |
Input int | |
Specify whether to rescale the source graph after subtraction. |
| Output | oy |
Output XYRange | |
The output data range See the syntax here. |
| X Minimum | xmin |
Output double | |
Minimum X value of output curve |
| X Maximum | xmax |
Output double | |
Maximum X value of output curve |
| X Mean | xmean |
Output double | |
Mean X value of output curve |
| Y Minimum | ymin |
Output double | |
Minimum Y value of output curve |
| Y Maximum | ymax |
Output double | |
Maximum Y value of output curve |
| Y Mean | ymean |
Output double | |
Mean Y value of output curve
|
This tool is used to subtract a curve by another one. When the two datasets' (curves) coordinates are not consistent, the two curves will be interpolated or extrapolated first.
Then you can see a new curve is created.