plot_spheres.m File Reference

Functions

function plot_spheres (in ax, in positionArray, in radiusArray, in refractiveIndexArray, in view, in varargin)
 Add circles representing the sphere positions to some axes object. More...
 

Function Documentation

◆ plot_spheres()

function plot_spheres ( in  ax,
in  positionArray,
in  radiusArray,
in  refractiveIndexArray,
in  view,
in  varargin 
)

Add circles representing the sphere positions to some axes object.

Parameters
ax(axes object): axes to plot in
positionArray(Nx3 float array): particle positions [x,y,z]
radiusArray(1xN float array): particle radius array
view(string): select 'view xy','view yz' or 'view xz'
fieldType(string): select 'Total field', 'Scattered field' or 'Initial field'
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