how to get MATLAB to recognize data to table with space as a delimitator but data within ' '
조회 수: 5 (최근 30일)
이전 댓글 표시
I have a text file with data for examples like: 1 'dogs' 15 33 1551 '210 12:00'
Using the import button on MATLAB I can get the data to load into a table like I was with the deliminator being space, however when it comes to data points that are enlosed in ' ' such as '210 12:00' , it splits these two into two different variables but I want to keep it together. How would i go about importing the data and having matlab ignore the white space between things enclosed in ' ' ?
댓글 수: 0
답변 (1개)
Avinash
2022년 12월 9일
Hi Elysia,
You can refer to the following link to understand how to import data from a specific range :
Also refer to the following link to know about detectImportOptions function:
Thanks
Avinash
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!