Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

matlab : 3D-array as input of matlab node

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

Message Edited by etillol on 05-24-2005 03:49 PM

0 Kudos
Message 1 of 2
(3,200 Views)
Bonjour,

For multidimension arrays whcich are provided by LabVIEW, data type pf Matlab is "Real Matrix". In help file of LabVIEW, you will find all informations about coorespondance between data types of LabVIEW and Matlab at : Matlab and Xmath data type in LabVIEW ("Types de données MATLAB et Xmath dans LabVIEW").

Salutations,
Isabelle
Ingénieur d'applications
National Instruments France
0 Kudos
Message 2 of 2
(3,187 Views)