Ajout de la question 4 de l'exo 2
This commit is contained in:
parent
997fa790f6
commit
194f5a86a2
7
Exo2/Question4.sce
Normal file
7
Exo2/Question4.sce
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
//histogramme de l’espérance de vie des hommes par pays sur l’intervalle [0, 100] avec 20 classes
|
||||||
|
intervalle = linspace(0, 100, 20);
|
||||||
|
histplot(intervalle, data(u, 11));
|
||||||
|
|
||||||
|
//histogramme plus précis de l’espérance de vie des hommes par pays sur l’intervalle [50, 85] avec 8 classes
|
||||||
|
intervalle2 = linspace(50, 85, 8);
|
||||||
|
histplot(intervalle2, data(u, 11));
|
BIN
image/histogramme1.jpg
Normal file
BIN
image/histogramme1.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 21 KiB |
BIN
image/histogramme2.jpg
Normal file
BIN
image/histogramme2.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
Loading…
Reference in New Issue
Block a user