Changeset 884 for trunk/src/read_lvm.m


Ignore:
Timestamp:
Mar 23, 2015, 11:19:28 PM (9 years ago)
Author:
sommeria
Message:

bugs corrected

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/read_lvm.m

    r809 r884  
    5353%% get the list of channel names
    5454Break_pos=regexp(txt,'\n','once');%find the line break
    55 VarNameCell=textscan(txt(1:Break_pos-1),'%s');% read list of variable names (until next line break)
     55VarNameCell=textscan(txt(1:Break_pos-2),'%s');% read list of variable names (until next line break)
    5656Data.ListVarName=VarNameCell{1};
    5757Data.ListVarName(end)=[]; %remove last name (Comment)
Note: See TracChangeset for help on using the changeset viewer.