Scilab Function
Last update : 20/8/2006

field_contents - get the contents of the field

Calling Sequence

[header[,real[,imaginary]]]=field_contents(field_in)

Parameters

Description

get get the contents of the field.it has three outputs: first is the header,the others are image (real and imaginary part) 2D matrix.

Examples

	F1=begin(0.01,1e-6);
	F2=gauss(F1,0.004);
	F3=forvard(F2,1);
	[h,r,i]=field_contents(F3);
	surf(r);
 

Author

Chen jingyuan,

See Also

field_int ,   field_pha ,