LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Help on Loading Signal in matlab from Labview

Dear All,
I request you to kindly help me as to how i can load a signal originally acquired in Labview on to Matlab.
Thanks- vij
0 Kudos
Message 1 of 3
(2,594 Views)
Hello.
I am assuming you have the LabVIEW data in an array (if you have it in a waveform, then you have to extract the data array from it). The image of the simple code attached shows how to save the data in a format that Matlab can load. This case is for a 2D array because I was aquiring data from several channels.

Let's say that you save the data to a file named data.dat, then in Matlab you use the command "load data.dat", and the Matlab variable "data" will contain the 2D array you had in LabVIEW.
0 Kudos
Message 2 of 3
(2,594 Views)
Dear Mr.AlejandroZ,
Thanks for your reply. Can you also clarify how i can view the signal in matlab, because what i am trying to accomplish is to load the signal in the matlab wavelet tool box and perform some analysis. Is it possible to integrate LAbview and MAtlab wavelet toolbox?. any apoosible methods ?
Thanks for your time.
Vijay
0 Kudos
Message 3 of 3
(2,594 Views)