LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Extrapolation of an isotherm

Hello,

Please, I am intraineeship and I work on a project and I have been blocked for several days on a problem.

I trace an isotherm that arrives up to 0.23 and I want to extrapolate to 1.

If there are tools that do extrapolation on CVI thank you for helping me or give me ideas how to do.

Thank you all.

0 Kudos
Message 1 of 8
(3,659 Views)

Hello,

I teach my students that extrapolation typically is BAD and that only interpolation is permitted - the only exception is if one has a reliable (verified) model for the data. Then one can use the model to predict the behavior.

So this means that

  1. you need a model function (say a square root dependence)
  2. you need to verify your model in the data range of your interest (i.e., around 1) - otherwise you can just throw a dice because then the extrapolation mostly depends on your model

Concerning CVI this means that you can search for a function that does least squares fitting - and depending on your model you may have to use the NonLinearFit routine

 

Hope this helps Smiley Happy

0 Kudos
Message 2 of 8
(3,641 Views)

What is the right answer !!

0 Kudos
Message 3 of 8
(3,621 Views)

OK thanks for your answer.
Please give me an example of using NonLinearFit, I can not find and I do not know how it is used, I have not understood the documentation

0 Kudos
Message 4 of 8
(3,618 Views)

Sorry, I wasn't clear. I wanted to say my message was a wrong posting!



Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 5 of 8
(3,617 Views)

Okay
thanks anyway

0 Kudos
Message 6 of 8
(3,615 Views)

@Moushou7 wrote:

OK thanks for your answer.
Please give me an example of using NonLinearFit, I can not find and I do not know how it is used, I have not understood the documentation


In CVI, use the menu entry Help / Find Examples, enter nonlinear as keyword.

This requires that you have the Advanced Analysis Library, i.e the Full Development System of CVI (menu Help / About to find out)

0 Kudos
Message 7 of 8
(3,601 Views)

Okay,
I will look
thank you very much

0 Kudos
Message 8 of 8
(3,597 Views)