curve fitting - Is there an example of using NonLinearFit in Labwindows? -


i want fit curve defined function set of (x,y) points.

the documentation says labwindows features function purpose, nonlinearfit.

i wondering if has example of how function can used. have not been able find examples in documentation or anywhere online.

yes, there nonlinearfit. in advanced analysis library, may require full-development kit. if not have advance analysis, here open source version of algorithm used in cvi function. i, unfortunately have not used function, function panel arguments give clues on inputs , outputs required...

here a link to how use it, fortunately giving little more information function included in function panel.

here image of cvi version's screen:

enter image description here

by way, while in cvi editor, if file within scope of particular library, , not sure how spelled, or cannot remember exact name, can place cursor in .c file editor , partially spell it, press <ctrl> p, popup appear showing functions names containing partial string. (eg. nonl<ctrl>p)
this:
enter image description here


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -