フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

CSV Read Issues and Structural Arrays-Help me debug the CSV portion

1 回表示 (過去 30 日間)
SB
SB 2012 年 11 月 21 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
Basically, I have a csv file with data about test results (the first row is a
header) and it has two columns. I have to find the mean, stdev, max and min of
the two columns separately, as fields in a structure array. I know how to find
the statistics, but I'm having trouble making the csvread function work and
making it a structure array. Here's what I have thus far to try to read the
file:
%
function S= E7stats(filename)
filename='grades_E7MT1.csv';
S=csvread(filename,1,0);

回答 (0 件)

この質問は閉じられています。

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by