Bonjour,

Dans l'aide matlab voici l'explication de la syntaxe avec 4 arguments (X,Y,Z et n) de COUTOURF :

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
contourf(X,Y,Z), contourf(X,Y,Z,n), 
and contourf(X,Y,Z,v) produce contour plots of Z using X and Y to 
determine the x- and y-axis limits. When X and Y are matrices, they must 
be the same size as Z, in which case they specify a surface as surf does.
Seulement comme vous pouvez lire, aucune info sur n.. quelqu'un pourrait il m'aider à comprendre ce que ce paramètre signifie?

Merci