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 件のコメント
参考
カテゴリ
Find more on Spreadsheets in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!