LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

problem occurred when using Matlab(V6.1, R12.1) with LabView(7.0)

I was using Matlab script to load a 2D data generated from LabView. But it seems not work. The error code is 1050. I have followed the procedure at http://digital.ni.com/public.nsf/websearch/4475BC3CEB062C9586256D750058F14B?OpenDocument , but still not work.
The error message and my vi are attached.
Thank you~
Download All
0 Kudos
Message 1 of 2
(2,438 Views)
Hello Doris,

The error message you are receiving is due to an error inside the MATLAB code and not the interface between LabVIEW and MATLAB.

Looking at your code it appears that you are stripping off the absolute path information and MATLAB can not find the file. Leaving the path information may prevent this error from occurring.

Regards,

Matt F
0 Kudos
Message 2 of 2
(2,437 Views)