Ajouts
This commit is contained in:
3
EXO2/scripts/init.sce
Normal file
3
EXO2/scripts/init.sce
Normal file
@@ -0,0 +1,3 @@
|
||||
D = csvRead('data.csv');
|
||||
DD = csvRead('data.csv',',','.','string');
|
||||
genre = DD(:,3);
|
||||
4
EXO2/scripts/q1.sce
Normal file
4
EXO2/scripts/q1.sce
Normal file
@@ -0,0 +1,4 @@
|
||||
age = D(:, 2);
|
||||
min_age = min(age);
|
||||
max_age = max(age);
|
||||
histplot(41,age);
|
||||
4
EXO2/scripts/q2.sce
Normal file
4
EXO2/scripts/q2.sce
Normal file
@@ -0,0 +1,4 @@
|
||||
exp = D(:,6);
|
||||
min_xp = min(exp);
|
||||
max_xp = max(exp);
|
||||
histplot(34,exp);
|
||||
0
EXO2/scripts/q3.sce
Normal file
0
EXO2/scripts/q3.sce
Normal file
0
EXO2/scripts/q4.sce
Normal file
0
EXO2/scripts/q4.sce
Normal file
Reference in New Issue
Block a user