Multiple lines in one cell using textscan

Hey,
I am trying to read files in which each data entry is limited by ";".
If I use textscan and set ';' as delimiter, it starts new cells when it reaches ";", but also every time a new line starts.
Is there a way to get textscan to only start a new cell when it reads the delimiter and ignore newline characters?
Thanks in advance.

댓글 수: 4

Ameer Hamza
Ameer Hamza 2020년 11월 30일
편집: Ameer Hamza 2020년 11월 30일
Experiment with the 'LineEnding' option in textscan(). Attaching a sample file will help in suggesting a solution.
I have attached an example file. In the original file there are multiple of those blocks after one another.
Do you mean the 'EndOfLine' option? For me textscan does not recognize 'LineEnding'
Ameer Hamza
Ameer Hamza 2020년 11월 30일
Can you show the textscan command you are using? LineEnding is introduced in later releases.
FileStringsDraft=textscan(fid,'%s','Delimiter',';','CommentStyle','#','EndOfLine',';');
This is the one I've been trying now. The EndOfLine option seems to work now. Thank you.

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

답변 (0개)

카테고리

도움말 센터File Exchange에서 Text Data Preparation에 대해 자세히 알아보기

제품

릴리스

R2019a

태그

질문:

2020년 11월 29일

댓글:

2020년 11월 30일

Community Treasure Hunt

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

Start Hunting!

Translated by