Problem to read CSV file
4 次查看(过去 30 天)
显示 更早的评论
Hi
My csv file is 402 rows and 2 columns (A and B).I want to read 2nd (B )column from 77 row and calculate average value. i tried like this. but it give me error. anyone please tell me how can i do it.
data=csvread('torque.csv',B77);
x=data(:,2);
B = x.';
y=mean(B)
0 个评论
回答(1 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Matrix Indexing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!