07-30-2009 08:10 AM
Hello!
I had make a VI, but its very slow... I wan't to optimize it. Any idea how? maybe the Matlab script, or solve it not with matlab, or how?
Thanks!
07-30-2009 09:28 AM
Hey,
Try to use the MathScript Node instead of the MatLab Script Node.
Christian
07-30-2009 10:33 AM
Hi Kolos,
even better would be the translation to "pure" LabView code
In my (just basic) understanding of MatLab scripts this seems to perform an 2d averaging, which can be done by using subarray multiplied with an array constant... (Or maybe there is already a LV function in the mathematics palette?)
08-03-2009 08:18 AM
Hi!
I had try to "convert it" into labview code, and it's much faster now, but in a part i had locked...
Any idea how to solve it in "pure" LV code ?
Thx