Scilab Function
Last update : 22/8/2006
set_znk_sin_coef - set the sin coefficient of a zernike polynomial.
Calling Sequence
-
[znk_out]=set_znk_sin_coef(znk_in, order, level, coeff)
Parameters
-
znk_in
: the input Zernike polynomial.
-
order
: the order to be set.
-
level
: the level to be set.
-
coeff
: the coefficient to be set.
-
znk_out
: the output Zernike polynomial.
Description
set the sine coefficient of a zernike polynomial.
Examples
znk=znk_mod(1);
znk=set_znk_sin_coef(znk,1,1,1);
znk_fits(znk,"znk");
Author
Chen jingyuan, Gan guangyong (IAPCM, Beijing,China.)
See Also
znk_mod
,
set_znk_cos_coef
,
znk_fits
,