EncircledEnergyChart
R2026bDescription
Add-On Required: This feature requires the Optical Design and Simulation Library for Image Processing Toolbox add-on.
An EncircledEnergyChart object plots encircled energy curves
derived from one or more point spread function (PSF) result objects.
Use an EncircledEnergyChart chart to visualize the percentage of total
PSF energy enclosed within a radius for selected wavelength channels and field points.
Creation
Create an EncircledEnergyChart object by using the showEncircledEnergy object function of a GeometricPSF or
HuygensPSF object. Create a PSF result object by using the psf object
function.
hEE = showEncircledEnergy(psfr)
You can specify chart properties when you call
showEncircledEnergy.
hEE = showEncircledEnergy(psfr,WavelengthIndices=[1 3],Grid="major")Properties
Examples
More About
Version History
Introduced in R2026b
See Also
showEncircledEnergy | encircledEnergyAtRadius | radiusAtEncircledEnergy | psf | GeometricPSF | HuygensPSF

