T O P I C R E V I E W |
shyamigcar2 |
Posted - 08/22/2017 : 10:55:44 AM How to use data reader to get the value of Y from a given value of xin origin 8.5 version. I wanted to do this using labtalk scripts. |
2 L A T E S T R E P L I E S (Newest First) |
nick_n |
Posted - 08/24/2017 : 6:11:19 PM quote: Originally posted by shyamigcar2
How to use data reader to get the value of Y from a given value of xin origin 8.5 version. I wanted to do this using labtalk scripts.
Pay attention to mks X-function, probably that would help you. http://www.originlab.com/doc/X-Function/ref/mks
Nikolay |
AmandaLu |
Posted - 08/23/2017 : 02:21:53 AM Hi,
If you want to find Y from given X in a plot, please use following
range rr = 1; rr(2.5)=;
If you look into a worksheet, you can use “table” function
http://www.originlab.com/doc/LabTalk/ref/Table-func
Thanks, Amanda OriginLab Technical Service
|