This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
com:average [2016/04/27 10:57] phil |
com:average [2016/11/04 11:47] (current) phil |
||
---|---|---|---|
Line 3: | Line 3: | ||
AVERAGE,<dest>,<source1> … <source 100> | AVERAGE,<dest>,<source1> … <source 100> | ||
- | This command averages up to 100 lines objects and stores the resultant line object in the <dest> number. | + | This command averages up to 100 lines objects and stores the resultant line object in the <dest> number. The resultant line object will have the X values of all the source line objects. Linear Interpolation is used when finding values for line objects between points defined by the data. Extrapolation will use the y-value first or last defined point of the line object. The default name of the line object created in <Dest> will be “Average Line”. |
* dest – Integer number for the destination line object | * dest – Integer number for the destination line object | ||
* source1 ... 100 – Integer number for input line objects | * source1 ... 100 – Integer number for input line objects |