How can I convert lvm data(data from labview) into matlab format.Please help I will be using this data for my research.

 Accepted Answer

Most likely,
data = readtable(yourlvmfile, 'HeaderLines', 9);
should read the file properly.
If not, instead of screenshots which we can't do any testing with, attach the actual file.

More Answers (0)

Asked:

on 2 May 2018

Reopened:

on 6 Jun 2018

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!