フィルターのクリア

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

9 ビュー (過去 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 Center および File ExchangeLabVIEW についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by