Page 1 of 1
Y=f(X,Y1,Y2,...) command
Posted: Fri Jan 26, 2007 4:15 pm
by Pabjr
I was wondering if it is possible to execute the Generate Y=f(X,Y1,Y2,...) command from inside a program.
Also, I was curious if it was possible to request the value of a point from within a program.
Thanks,
Paul
Posted: Fri Jan 26, 2007 5:30 pm
by DPlotAdmin
I was wondering if it is possible to execute the Generate Y=f(X,Y1,Y2,...) command from inside a program.
Only a subset of it: AddCurves, SubtractCurves, DivideCurves, MultiplyCurves. Off the top of my head I can't think of a reason not to have full support for that command; I'll add this to my to-do list.
Also, I was curious if it was possible to request the value of a point from within a program.
No, sorry. You can retrieve
all points in a curve with DPlot_Request(DocNum,'CurveXX',value,&maxcount), where XX=01 through 99. X and Y values will be tab-separated, every point followed by <CR><LF>.
I'll add another command to get an interpolated Y value for a given X.
Posted: Mon Feb 05, 2007 9:30 pm
by DPlotAdmin
If you missed it both of these are included in the last update (2.0.1.2)