MTFChart
R2026bDescription
Add-On Required: This feature requires the Optical Design and Simulation Library for Image Processing Toolbox add-on.
An MTFChart object plots modulation transfer function (MTF)
curves for one or more MTF result objects.
Use an MTFChart chart to visualize sagittal and tangential contrast
transfer curves for selected wavelengths and field points.
Creation
Create an MTFChart object by using the show object
function of a GeometricMTF or HuygensMTF object. Create an
MTF result object by using the mtf object
function.
hmtf = show(mtfr)
You can specify chart properties when you call show.
hmtf = show(mtfr,WavelengthIndices=[1 3],Grid="major")Properties
Examples
More About
Version History
Introduced in R2026b
See Also
mtf | GeometricMTF | HuygensMTF | contrastAtFrequency | frequencyAtContrast | opticalSystem

