plot_field.m File Reference

Functions

function plot_field (in ax, in simulation, in component, in fieldType, in radiusArray, in varargin)
 Show an image-plot of the near field. More...
 

Function Documentation

◆ plot_field()

function plot_field ( in  ax,
in  simulation,
in  component,
in  fieldType,
in  radiusArray,
in  varargin 
)

Show an image-plot of the near field.

The sphere positions are displayed as circles.

Parameters
ax(axes object): axes to plot in
simulation(celes_simulation): simulation object containing the solution to plot
component(string): select 'real Ex', 'real Ey', 'real Ez' or 'abs E'
fieldType(string): select 'Total field', 'Scattered field' or 'Initial field'
radiusArray(1xN float array): radius array of the spheres
OptionalplotDepthInterval (2x1 float array): from where to where include spheres in the plot? Example: if the field points are all located in the xy-plane, potDepthInterval=[-200,200] will plot all spheres with a center z-coordinate in that interval