current(object,frequency) calculates
and plots the absolute value of the current on the surface of an antenna
or array object, at a specified frequency.
i = current(object,frequency) returns
the x, y, z components
of the current on the surface of an antenna or array object, at a
specified frequency.
[i,p] = current(object,frequency)
returns the x, y, z
components of the current on the surface of an antenna or array object, at a
specified frequency and at the point in which the current calculation is
performed.
current(object,frequency,'dielectric')
calculates and plots the absolute value of current at a specified frequency
value on the dielectric face of the antenna or array.
i = current(object,frequency,'dielectric')
returns the x, y, z
components of the current on the dielectric surface of an antenna or array
object, at a specified frequency.
i = current(___,Name,Value)
calculates the current on the surface of an antenna using additional name-value
pairs.
Antenna or array object, specified as a scalar handle.
frequency — Frequency used to calculate current distribution scalar in Hz
Frequency to calculate current distribution, specified as a
scalar in Hz.
Example: 70e6
Data Types: double
Name-Value Pair Arguments
Specify optional
comma-separated pairs of Name,Value arguments. Name is
the argument name and Value is the corresponding value.
Name must appear inside quotes. You can specify several name and value
pair arguments in any order as
Name1,Value1,...,NameN,ValueN.
Example: 'scale','log10'
'scale' — Scale to visualize current distribution string (default) | function handle
Scale to visualize the current distribution on the surface of the
antenna, specified as a string or a function handle. The string values
are: 'linear', 'log',
'log10'. By default, the value is
'linear'. The function handle can be of any
mathematical function such as log,
log10, cos, or
sin.
i — x, y, z components of current distribution 3-by-n complex matrix in A/m
x, y, z components of current
distribution, returned as a 3-by-n complex matrix in A/m.
The value of the current is calculated on every triangle mesh or every
dielectric tetrahedron face on the surface of an antenna or array.
p — Cartesian coordinates representing center of each triangle in mesh 3-by-n real matrix
Cartesian coordinates representing the center of each triangle in the
mesh, returned as a 3-by-n real matrix.