LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

optimalization

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!forum.JPG

0 Kudos
Message 1 of 4
(3,160 Views)

Hey,

 

Try to use the MathScript Node instead of the MatLab Script Node.

 

 

Christian

0 Kudos
Message 2 of 4
(3,147 Views)

Hi Kolos,

 

even better would be the translation to "pure" LabView code Smiley Wink

 

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?)

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 3 of 4
(3,135 Views)

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 forum.JPG

0 Kudos
Message 4 of 4
(3,101 Views)