主要内容

removeGlassCatalog

Remove glass material catalog from glass library

Since R2026a

Description

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

removeGlassCatalog(gl,glassCatalogName) removes a glass material catalog with the name glassCatalogName from the glass library gl.

removeGlassCatalog(gl,Index) specifies the list index of the glass catalog to remove from the glass library gl.

Input Arguments

collapse all

Glass material library from which to remove a glass catalog, specified as a GlassLibrary object.

Name of glass catalog to remove as listed in the glass library, specified as a string scalar or character vector.

Index of glass catalog to remove in the glass library list, specified as a positive integer.

Version History

Introduced in R2026a