主要内容

pickCoatingMaterial

Pick optical coating material from coating material library

Since R2026a

    Description

    Add-On Required: This feature requires the Optical Design and Simulation Library for Image Processing Toolbox add-on.

    ocm = pickCoatingMaterial(coatingMaterialName) picks a coating material with a case-insensitive matching name from the coating material library. If the library contains more than one match, the function returns the first match. The order of the coating materials in the CoatingMaterialCatalogTable property of the coating material library controls the selected material priority.

    Input Arguments

    collapse all

    Name of the optical coating material, specified as a string scalar or character vector.

    Output Arguments

    collapse all

    Optical coating material, returned as an opticalMaterial object.

    Version History

    Introduced in R2026a