LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Values on axes (hysteresisgraph)

Hi, I am stuck with a problem. I need to find out the values on the axes, when for example y=0 and x is a value, oe the second option when value on axis y is a value not equal to zero and x=0. It is a hysteresis loop and a need values of Hc and Br.

 

Thank you in advance.hysteresis loop.png

 

0 Kudos
Message 1 of 4
(2,236 Views)

Do you have data array? Can you show example?

0 Kudos
Message 2 of 4
(2,234 Views)

Here is my block diagram in Labview if it will help you.Hc.png

 

0 Kudos
Message 3 of 4
(2,224 Views)

Are you looking for an exact value for one of the axes, or can it be between array elements?
If exact , then use the "array search" to find the index in the first array. Then take the element in the second array with this index. Do it twice.

0 Kudos
Message 4 of 4
(2,206 Views)