Scilab Function
Last update : 1/9/2006

set_znk_cos_coef - set the cosine coefficient of a zernike polynomial.

Calling Sequence

[znk_out]=set_znk_cos_coef(znk_in, order, level, coeff)

Parameters

Description

set the cosine coefficient of a zernike polynomial.

Examples

	znk=znk_mod(1);
	znk=set_znk_cos_coef(znk,1,1,1);
	znk_fits(znk,"znk");
 

Author

Chen jingyuan, Gan guangyong (IAPCM, Beijing,China.)

See Also

znk_mod ,   set_znk_sin_coef ,   znk_fits ,