LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

2D Array and Indexing with range of rows

I have a 2D array in which I want to make a subarray of it with rows 20 to 40 in order to find the slope of that range of data. 

What function is best to do so? 

0 Kudos
Message 1 of 3
(504 Views)

Probably "Array Subset".

0 Kudos
Message 2 of 3
(502 Views)

You don't ever say how many columns there are and what you mean by "slope". Can we assume you have exactly two columns and they correspond to x an y, respectively?

 

Do you have a problem getting the Subarray or getting the slope? Both are easy to solve and if you would attach a simple VI with some typical data, we can show you.

 

.(with the current vague problem description we can't do that. Too many assumptions needed).

0 Kudos
Message 3 of 3
(455 Views)