wsylvester
New member
JVidal
Relations:
- d22=evalgraph("graph", trajpar)
without looking at the file.. what you need is a value for your x value in the graph
d22=evalgraph("graph", trajpar * some_xval )
I generally do a analysis of my curve length then use a relation to grab that value
some_xval= lenght:fid_analysis1
then in my graphs I use that parameter for the x value.
Relations:
- d22=evalgraph("graph", trajpar)
without looking at the file.. what you need is a value for your x value in the graph
d22=evalgraph("graph", trajpar * some_xval )
I generally do a analysis of my curve length then use a relation to grab that value
some_xval= lenght:fid_analysis1
then in my graphs I use that parameter for the x value.