★(Result Analysis):
頻譜 (Spectrum) : Analysis the spectrum
場圖(Field Pattern) : Analysis the field pattern。
2D ( Field Pattern)
Range
using for define the observation range of geometries, field pattern in 2D or 3D.
the middle number is the matrix step (increment) like this
a(n1:n2:n3)=a(1:2:10)=1
a =
1 0 1 0 1 0 1 0 1
for i=1:2:10
b(i)=1;
end
b =
1 0 1 0 1 0 1 0 1
<x>, <y>, <z> have three number, the upper side is n1,n2,n3 for <x>, <y>, <z>, respectively. n1 is the start position, n2 is the increment, n3 is the end position.
切面場x (SlicePattern_x)
切面場y (SlicePattern_y)
切面場z (SlicePattern_z)
切面場xyz (SlicePattern_xyz) :總和
This is use for plot Poynting vector direction, can plot real part and imaginary part.
儲存(Save):save the parameter setup to file (*.mat)
載入(Load):load the setup file(*.mat)
The default name is MatGuiSetup.mat