Generate to produce point by point instead of dX
Posted: Tue Feb 15, 2011 5:14 pm
I note that performing a Generate "Y = f(X, Y1, Y2, ...)" based on another curve, produces a new curve not with a new point for every X in the existing curve, but with a new point for every X with interval dX. If the original curve had X values that were not equally spaced, the new curve will have a different number of points. In certain cases, such as performing further processing, this is far from ideal. For example, if your source data is CSV with shared X values, performing a generate suddenly produces a more complicated XYXY data set where the X values are not shared.
Is it possible to produce a new curve that only has points that correspond to the points in the original curves?
Is it possible to produce a new curve that only has points that correspond to the points in the original curves?