09-18-2009 03:02 PM
I'm trying to multiply a matrix by a scaler and everything works out fine in the program until I try to run it and the wire breaks. The multiplication functions also changes from matrix x scaler to scaler x scaler. I can fix it by changing any of the connections or replacing the function, but as soon as I run or save it reverts to the broken situation. I've included a before and after image and circled the function of interest in the first image.
Thanks a lot for any help.
09-18-2009 03:12 PM
09-18-2009 03:23 PM
oh sweet i didn't think you could do that math with arrays for some reason. Thanks a lot.
09-19-2009 04:33 PM
Still, the wire should not break, so maybe we have a bug that is worth investigating.
Can you make a simplified VI that still shows the same problem?
What kind of math are you trying to do?