How do I get the second element in the first row, like 19200 in the picture
조회 수: 1 (최근 30일)
이전 댓글 표시
댓글 수: 1
Benjamin Thompson
2022년 11월 21일
How is this information stored? As a text file? You can use fopen and fscanf to read data from a text file line by line.
채택된 답변
Prateek
2022년 11월 24일
Hello zl,
As per the image, there seem to be two elements in the same cell, which would require delimiting the data.
For better assistance, I would request you to share the data file.
Regards,
Prateek
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Low-Level File I/O에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!