MATLAB: How to convert lvm data(data from labview) into matlab format.Please help I will be using this data for the research.

james.muriithi@student.uni-siegen.dejemuse976@gmail.com

Best 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.
Related Question