4 lines
75 B
Scilab
4 lines
75 B
Scilab
|
age = D(:, 2);
|
||
|
min_age = min(age);
|
||
|
max_age = max(age);
|
||
|
histplot(41,age);
|