Hi everyone,
I am trying to create a VI that can shift rows up/down and columns right/left in a 2D array. This would be easily implemented with "Rotate Array" function, however, it only takes 1D array. I was able use the MATLAB Script to the implement the 2D shift using the shift array circularly "circshift" function, but is there anyway to do it with the use of LabVIEW functions only?
The VI that uses MATLAB script is attached to show exactly what I want to implement while only using LabVIEW-based function.
Thanks,
S