rhjpires Try this: make/O /N=111 w=10-0.1*p Log in or register to post comments May 9, 2017 at 06:48 am - Permalink
TRK rhjpires wrote: Try this: make/O /N=111 w=10-0.1*p TRK Thank you so much. It works well. Log in or register to post comments May 9, 2017 at 08:15 am - Permalink
ChrLie Depending on the purpose you may want to consider using wave scaling: make/O /N=111 w setscale/P x 10, -0.1, "", w edit w.id // calculate something w=x^2 Log in or register to post comments May 9, 2017 at 09:08 am - Permalink
make/O /N=111 w=10-0.1*p
May 9, 2017 at 06:48 am - Permalink
TRK
Thank you so much. It works well.
May 9, 2017 at 08:15 am - Permalink
setscale/P x 10, -0.1, "", w
edit w.id
// calculate something
w=x^2
May 9, 2017 at 09:08 am - Permalink