opticalMaterial
Description
Add-On Required: This feature requires the Optical Design and Simulation Library for Image Processing Toolbox add-on.
An opticalMaterial object creates an optical material. You can
create an optical material that already exists in the glass or coating material library, or
create a custom material by specifying its index of refraction and Abbe number.
Use the refractiveIndex
object function to model the refractive index over a range of wavelengths for the
material.
To get started with using optical materials, see Load, Create, and Use Optical Materials.
Creation
Syntax
Description
creates a dispersionless optical material with an index of refraction,
material = opticalMaterial(Nd)Nd.
creates an optical material with the index of refraction and Abbe number specified by
material = opticalMaterial(opticalProperties)opticalProperties.
creates an optical material by loading a material with the name
material = opticalMaterial(materialName)materialName from the glass library or the coating material
library.
sets writable properties using one or more name-value arguments.material = opticalMaterial(PropertyName=Value)
Input Arguments
Properties
Object Functions
refractiveIndex | Compute complex refractive index for optical material |
Examples
Version History
Introduced in R2026a
