hi there can anyone help me, i have problem in reading the excel file using the csvread command
조회 수: 1(최근 30일)
표시 이전 댓글

댓글 수: 4
Walter Roberson
2021년 11월 22일
If you know ahead of time what the file format is like, then csvread() can be used to skip any fixed number of leading rows, and any fixed number of leading entries, even when those rows or entries contain text. However, csvread() cannot be used to skip trailing rows or trailing or intermediate text columns.
답변(1개)
Prateek Rai
2021년 11월 24일
Hi,
Using "csvread" to read comma-separated value (CSV) file is not recommended.Use "readmatrix" instead.
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!