06-22-2009 04:30 PM
Hello,
I am using labview version 7.1 and apparently it doesnot have square function in the numeric pallete. I have to take the square of each elements of a 2-D array and create a new array. i was wondering if anyone knows how to do this in the version I am using.
Thanks!
06-22-2009 04:37 PM - edited 06-22-2009 04:37 PM
Uh, what's wrong with the multiply function?
06-22-2009 05:13 PM
06-22-2009 05:30 PM
06-22-2009 07:11 PM - edited 06-22-2009 07:12 PM
And just to show how to implement Dennis's code with your application:
Just wanted to take a pre-emptive strike against Rube Goldberg code
06-22-2009 08:46 PM - edited 06-22-2009 08:52 PM
06-22-2009 08:55 PM
06-22-2009 10:48 PM
Jeff Bohrer wrote:
Cory, that's R-G! see below the expression node is polymorphic in 7.1 isn't it?
You're right! I forgot you could pass an array to a numeric operator.