Man Scilab

scaling
Scilab Function

scaling - affine transformation of a set of points

Calling Sequence

xy1=scaling(xy,factor,[orig])

Parameters

Description

scaling performs an affine transformation on the set of points defined by the coordinates xy :

xy1(:,i) = factor * xy(:,i) + orig .

Back