11-28-2012 05:44 PM
Hi,
I have WDT format data in text, written by "write to text file" VI. Is there any way to read this in Matlab ?
The data is fetch from NI 5132 digitizer.
Cheers
Adnan
11-30-2012 04:56 AM
Hi Adnan07
I don't think that MATLAB can read .WDT files in any way, I suggest that you instead save your waveform as a tab delimited text file.
See the following link which shows creating a waveform in MATLAB and then importing it into LabVIEW. You should be able to somewhat apply it in reverse.
Kind Regards