matlab.metadata.ArgumentIdentifier Class
Namespace: matlab.metadata
Description
The matlab.metadata.ArgumentIdentifier class provides the name and group
name of a function or method argument. For example, the group name of
the LineStyle and LineWidth name-value arguments of
plotRectangle is
lineOptions.
function plotRectangle(width,height,lineOptions) arguments width double height double lineOptions.LineStyle (1,1) string = "-" lineOptions.LineWidth (1,1) {mustBeNumeric} = 1 end ... end
Creation
You cannot instantiate a matlab.metadata.ArgumentIdentifier object
directly. The Identifier property of
matlab.metadata.Argument is of type ArgumentIdentifier.
Properties
Examples
Version History
Introduced in R2026a