Community Profile

photo

GUNHEE MOON


Last seen: Today Active since 2021

Followers: 0   Following: 0

Statistics

  • First Review
  • First Answer

View badges

Feeds

View by

Answered
Need to know how to readtable() when file has row 1 variable names and row 2 units and the other rows data
opt = detectImportOptions( 'inputfile.xlsx' ) opt.VariableUnitRanges = 'A2' data = readtable( 'inputfile.xlsx' , opt);

3 years ago | 0