04-25-2017 02:51 AM
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.
04-25-2017 03:20 AM
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
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
04-25-2017 03:48 AM
What is the right answer !!
04-25-2017 03:52 AM
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
04-25-2017 03:52 AM
Sorry, I wasn't clear. I wanted to say my message was a wrong posting!
04-25-2017 03:54 AM
Okay
thanks anyway
04-25-2017 05:19 AM
@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)
04-25-2017 06:27 AM
Okay,
I will look
thank you very much