how to split these char format into lines
이전 댓글 표시
I have a char format data which is read from the last several lines of a file, from Linux system, by command provide by this answer:

however, I failed to find the way to split them into lines, I tried 'split' function with different deliminter such as '/t','/n', etc., but all failed.
could anyone give me some suggestions? please see attahce file.
Thanks!
Yu
채택된 답변
추가 답변 (1개)
Walter Roberson
2020년 7월 17일
regexp(w, '\r?\n', 'split')
카테고리
도움말 센터 및 File Exchange에서 Entering Commands에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!