필터 지우기
필터 지우기

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

조회 수: 33 (최근 30일)

채택된 답변

Guillaume
Guillaume 2018년 5월 2일
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.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 LabVIEW에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by