LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Does LabVIEW support matlab's MWArray data type?

I build a .net control using matlab R2006a for LabVIEW7.1 or 8.2 to call ,but I found that LabVIEW can not support MWArray datatype,but the  method of the .NET control  created by matlab R2006a just use MWArray datatype input and output,so how can I get out it?
Thank you !
E-mail: wdyjz@126.com
0 Kudos
Message 1 of 3
(3,359 Views)
Here the dll file is just the .NET control created by matlab R2006a and visual studio .NET 2005;we can use LabVIEW 7.0 or later to call it ,so let we try ,and may someone  know the answer.
0 Kudos
Message 2 of 3
(3,358 Views)
The following shows LabVIEW data types and the corresponding data types in the MATLAB,,http://zone.ni.com/reference/en-XX/help/371361A-01/lvhowto/hiq_and_matlab_data_types/

Use the Conversion functions or the String/Array/Path Conversion functions to convert a LabVIEW data type to a data type that MathScript, the MATLAB software,

0 Kudos
Message 3 of 3
(3,331 Views)