12-05-2018 10:04 AM
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?
12-05-2018 01:33 PM
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?)
12-06-2018 03:36 AM
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)
12-06-2018 05:55 AM
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.
12-06-2018 06:51 AM
What version of Matlab and LabVIEW are you using?
I tried another PC and same issue.