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!