I have some data stored in a Matlab mat file that I want to pull into LabVIEW, so I used a script window and called Matlab's load function. At this point I can transfer any of the existing data over to LabVIEW. Unfortunately, the data is not exactly the way I want it, so I reordered some arrays into new variables and passed those out. Here is where the problem occurs. Upon first run, none of the reordered data comes out and the computer beeps, but there is no error returned from the Matlab script node. If I run it a second time, it works fine.
I have done a work-around where I have saved a new mat-file with the data formatted how I want it, but I shouldn't have to do this.
This problem has shown up on both computers I
have tested it on.
By the way, I am using MATLAB Version 6.1.0.450 (R12.1) on PCWIN.