|
|
| File Information |
| Description |
National Instruments LabView software has a native file format called LabView Measurement File (LVM, extension .lvm). This m-file, lvm_import.m, reads LVM files and imports the data into the MATLAB workspace.
LVM is an ascii text file format, and the data can be imported into MATLAB using the built-in import.m function. However, import.m has some limitations: it cannot handle multi-part LVM files, and it does not return the contents of the file and section headers. lvm_import.m handles all types of LVM files, and returns specific information such as date, time, data column names, etc. |
| MATLAB release |
MATLAB 7.1.0 (R14SP3)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 04 Sep 2008 |
Added support for Multi-X column files
Added support for "no-header" files
Added per-Segment Comment extraction |
| 29 Sep 2008 |
Fix comments, add Cells |
| 15 Apr 2010 |
v1.1 update to stay compatible with latest NI version |
| 09 Sep 2010 |
v1.2 bugfixes for "Special Headers". |
| 10 Oct 2011 |
Updated for LVM version 2.0 (decimal separator) |
|
Contact us at files@mathworks.com