Scilab Function
Last update : 20/8/2006

field_int - get the intensity of the field

Calling Sequence

[intensity]=field_int(field_in[,amp])

Parameters

Description

get the intensity of the field. note the output is 2D matrix.

Examples

	F1=begin(0.01,1e-6);
	F2=gauss(F1,0.004);
	F3=forvard(F2,1);
	in=field_int(F3);
	surf(in);
 

Author

Chen jingyuan,

See Also

file_int ,   field_pha ,   field_contents ,