MATRIXx

cancel
Showing results for 
Search instead for 
Did you mean: 

matrix\math manipulation

hi,

i'm tring to do in my code a matrix\math manipulation.

i have an array of 21 elements and i want to sum several of those elements. every sum will be tend to 4.1, and every sum will be in diffrent column.

i added a VI with those elements, in the front pannel there is an array of all those elemnts and the result i want. i wrote the result base on gussing\calculating in my brain.

i want to make a code that do what i'm doing in my brain.

 

thank alot

asaf

0 Kudos
Message 1 of 2
(10,005 Views)

Hi asaf,

 

This discussion forum is for the National Instruments product MATRIXx. If you have a generic matrix question, you will want to repost in the LabVIEW discussion forum.

 

To briefly answer your question, you will probably want to use a for loop to help sum the values and then use the Build Array VI to create your result.

 

Cheers,

~Olivia

0 Kudos
Message 2 of 2
(9,985 Views)