SAE_2.04/EXO2/scripts/q2.sce
2024-06-09 21:32:28 +02:00

4 lines
69 B
Scilab

exp = D(:,6);
min_xp = min(exp);
max_xp = max(exp);
histplot(34,exp);