LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Simple Array Difference Problem

Solved!
Go to solution

If I have an array of the following elements A B C D E F, how do I compute an array containing the difference each pair of entries: A-B, C-D, E-F...? Currently I'm using "delete from array" and obtaining an array which produces A-B, B-C, C-D... and doesnt shift to the next element.

0 Kudos
Message 1 of 3
(2,039 Views)
Solution
Accepted by topic author tashgl99

array subtraction.png

/Y

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

Qestit Systems
Certified-LabVIEW-Developer
Message 2 of 3
(2,036 Views)

Thanks for your swift reponse! I got it!

0 Kudos
Message 3 of 3
(2,017 Views)