Community Profile

photo

GUNHEE MOON


Last seen: 6일 전 2021년부터 활동

Followers: 0   Following: 0

통계

  • First Review
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
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년 전 | 0