Scilab 6.0.1
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
scaling
transformation affine d'un ensemble de points
Séquence d'appel
xy1=scaling(xy,scalingFactor,[orig])
Paramètres
- xy1
matrice de taille (2,.).
- xy
matrice de taille (2,.).
- scalingFactor
réel, coefficient de la transformation linéaire
- orig
vecteur de décalage; [0;0] par défaut.
Description
scaling
applique une transformation affine sur les points définis par
les coordonnées xy
:
xy1(:,i) = scalingFactor * (xy(:,i) - orig) + orig
.
Report an issue | ||
<< rotate | transform | load_save >> |