Main Content

ipticondir

Directories containing Image Processing Toolbox and MATLAB icons

Description

example

[DirI,DirM] = ipticondir returns the names of the directories containing Image Processing Toolbox™ icons and MATLAB® icons.

Examples

collapse all

Get the directories containing the Image Processing Toolbox and MATLAB icons.

[iptdir,MATLABdir] = ipticondir

List the contents of the directory containing Image Processing Toolbox icons.

dir(iptdir)

Output Arguments

collapse all

Directory containing Image Processing Toolbox icons, returned as a character vector.

Data Types: char

Directory containing MATLAB icons, returned as a character vector.

Data Types: char

Version History

Introduced before R2006a

See Also