LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

3D Array from LabVIEW to MatLab

Hello,

I am trying to export my data which is collected as a 3D array in LabVIEW to Matlab for processing. I tried following the example here http://digital.ni.com/public.nsf/allkb/7997CA5C36B4E63E86257929005DE178 but it crashes every time I run it.

 

Any ideas?

0 Kudos
Message 1 of 5
(2,895 Views)

Your code does not resemble the code in the link. In particular, you are resetting all old data to zeros with each new iteration of the LabVIEW FOR loop.

 

What is "it" that crashes? (LabVIEW? Matlab? error message? computer?)

0 Kudos
Message 2 of 5
(2,865 Views)

I updated the Matlab script so it doesn't update with zeros - it still crashes LabVIEW

 

LabVIEW crashes with the following error message:

Exception: Access violation (0xC0000005) at EIP=0x0AD92914

Version: 13.0.1f5 (32-bit)

0 Kudos
Message 3 of 5
(2,853 Views)

Your code is working fine in my system.Do you have matlab installed in your system??If it is not installed then I don't think that your vi will run.


CLD Using LabVIEW since 2013
0 Kudos
Message 4 of 5
(2,847 Views)

What version of Matlab and LabVIEW are you using?

 

I tried another PC and same issue.

0 Kudos
Message 5 of 5
(2,840 Views)