Reading CSV file with header and other data.
5 ビュー (過去 30 日間)
古いコメントを表示
Hi,
I need help to read the file, I am trying to extract the columns for plotting, but I do not know how to get read of the headers and other information out there in the CSV.
and Is it possible to give a code that divides all the data in the last column by 100
0 件のコメント
採用された回答
Chunru
2022 年 10 月 31 日
T=readtable("https://www.mathworks.com/matlabcentral/answers/uploaded_files/1174693/Without%20Cooling-%20aluminum%20No1.csv", ...
'VariableNamesLine', 2, 'VariableUnitsLine', 3)
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Data Import and Analysis についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!