Hello,
I'd like to know if it's possible to pass a 3D-array as an input of a Matlab node ?
I intend to process a stack of images (2D data UINT8) with a Matlab script
The stack of images result of autoindexing of a for loop which builds the 3D-array.
I want to do this because I already have a Matlab node that is executed each iteration of the for loop, which takes a lot of time.
The input matlab node is an array (real matrix) that comes from an image.
If I could put the matlab node outside of the for loop, I hope this would execute faster
Configuration :
LabVIEW 7.1 / Win XP
Matlab 7.0.1
Thanks,
Emmanuel