LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Difference between 1D Array

Solved!
Go to solution

Hello guys,

 

I want to compare two 1D Arrays. And  I want to  calculate the maximum deviation and the minimum deviation. How can I implement that?

0 Kudos
Message 1 of 8
(499 Views)

Subtract the 2nd array from the 1st and do an Array Min-Max? 

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 2 of 8
(497 Views)

Does I need an for loop or while loop?

 

How can I use an boolean, to say that my derivation is in my range I rhought on range and coerce.

0 Kudos
Message 3 of 8
(494 Views)
Solution
Accepted by topic author medum

@medum wrote:

Does I need an for loop or while loop?

 

How can I use an boolean, to say that my derivation is in my range I rhought on range and coerce.


You mentioned nothing of In range in your 1st post. See if this helps.

Yamaeda_0-1716820658219.png

 

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
Message 4 of 8
(487 Views)

Why i dont have for-Loop and while-Loop

0 Kudos
Message 5 of 8
(470 Views)

@medum wrote:

Why i dont have for-Loop and while-Loop


We really don't know what you have or don't have, but nobody needs loops to compare arrays.

0 Kudos
Message 6 of 8
(455 Views)

@medum wrote:

Why i dont have for-Loop and while-Loop


Many functions handles arrays automagically.

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 7 of 8
(389 Views)

Thank u very much!

0 Kudos
Message 8 of 8
(384 Views)