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

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 ,