Scilab-Branch-6.1-GIT
      
      
    Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
graduate
graduations simplifiées des axes 2D
Séquence d'appel
[xi,xa,np]=graduate( xmi, xma,n1,n2) [xi,xa,np]=graduate( xmi, xma)
Paramètres
- xmi,xma
 scalaire réel
- n1, n2
 entiers avec comme valeurs par défaut 3, 10
- xi, xa
 scalaire réel
- np
 entier
Description
graduate recherche l'intervalle minimum [xi,xa] et un nombre de graduations
            np tels que :
xi <= xmi <= xma <= xa
xa - xi / np  =  k(10^n),k dans [1 3 5] pour un entier n
n1 < np < n2
Exemples
Voir aussi
| Report an issue | ||
| << drawaxis | axis | xgraduate >> |