Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
taniasalgueiro
Posted - 03/02/2014 : 04:32:13 AM Hi there!
I wanna know if there's a way to find the y value from some x value. i've got a graphic, with specific heat in function of temperature. I wanna know exactly in temperature=10ºC which value of y.
By the way, i have two phases, fusion and solidification. How can I know the range temperature of them? Is that a possible way?
Thank you!
1 L A T E S T R E P L I E S (Newest First)
lkb0221
Posted - 03/03/2014 : 09:20:28 AM Hi,
You can use "interp1" X-function to interpolation or extrapolation on a group of XY data to find Y at given X values. Please see the following page for more details. http://www.originlab.com/doc/X-Function/ref/interp1
Can you explain a little more about the second issue?