chozo I don't know if it's the simplest way, but how about: FindLevel Xwave, Xvalue Yvalue = Ywave(V_LevelX) (Note the round brackets) Or use BinarySearch if you know an exact X value. Log in or register to post comments April 9, 2012 at 12:09 pm - Permalink
WTZero That's useful. It's seems that there was no such simple command to realize it like Yvalue=Ywave(xValue). Anyway, the given command is simple enough. Thanks a lot. Wentao chozo wrote: I don't know if it's the simplest way, but how about: FindLevel Xwave, Xvalue Yvalue = Ywave(V_LevelX) (Note the round brackets) Or use BinarySearch if you know an exact X value. Log in or register to post comments April 9, 2012 at 01:32 pm - Permalink
Yvalue = Ywave(V_LevelX)
(Note the round brackets)
Or use BinarySearch if you know an exact X value.
April 9, 2012 at 12:09 pm - Permalink
Anyway, the given command is simple enough.
Thanks a lot.
Wentao
April 9, 2012 at 01:32 pm - Permalink