Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello all,
Let's suppose I have a number of arrays, and I wish to add them together to find a weighted average, for example:
[array3] = [array1]*weight1+[array2]*weight2
How do I go about this in QV? I think the problem is that QV is not able to add individual elements of arrays, but I could be wrong
Is it even possible to add individual elements of an array to corresponding elements of a different array? In a general sense, are there any matrix functions in QV?