필터 지우기
필터 지우기

What is the difference between these two reading table file funciton?

조회 수: 3 (최근 30일)
Md Jonayet
Md Jonayet 2023년 2월 28일
댓글: Voss 2023년 2월 28일
EPL = readtable("EPLresults.csv")
another one is =
EPL = readtable("EPLresults.csv","TextType","string")
what this TextType and string are doing here?
  댓글 수: 3
Md Jonayet
Md Jonayet 2023년 2월 28일
what is the importance of this function? and thank you for your reply.

댓글을 달려면 로그인하십시오.

답변 (1개)

Walter Roberson
Walter Roberson 2023년 2월 28일
If you have a particular variable (column) that contains some text, then do you want the text to be represented as a cell array of character vectors (the default) or do you want the text to be represented as a column vector of string() objects ('TextType', 'string') ? There are advantages and disadvantages to either choice.

카테고리

Help CenterFile Exchange에서 Text Files에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by