LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

please, how can i find the intersection points of two functions?

I would like to know if there is a easy way to find the intersection poinst of two arbitrary functions? Can I call code interface node (CIN)? What is the most logical process to do it? Thank you
0 Kudos
Message 1 of 2
(3,011 Views)
Do you want to find x where f(x)=g(x) for two functions f and g? If so, you can use the "Zeroes and Extrema of f(x).vi" VI under the Mathematics >> Calculus palette. This is in LabVIEW 6; not sure where exactly it is in earlier versions.

I attached a simple example. Also see the built-in examples for this sort of thing under Help >> Examples, then Fundamentals >> Analysis >> Mathematics Examples >> Polynomial Roots.

Hope it helps,
John Lum
National Instruments
0 Kudos
Message 2 of 2
(3,011 Views)