info
R2026bDisplay label, sublabel, or attribute information from multi-sensor label definition creator
Since R2026b
Description
info( displays
information about the specified label, sublabel, or attribute stored in the ldc,name)labelDefinitionCreatorMultiSensor object ldc.
returns the information as a structure.infoStruct = info(ldc,name)
Examples
Display information about labels, sublabels, and attributes stored in
a labelDefinitionCreatorMultiSensor object.
Load an existing label definition table.
labelDefFile = fullfile(toolboxdir("pointcloud"),"pcdata","labelDefsMultiSensor.mat"); ld = load(labelDefFile)
ld = struct with fields:
labelDefs: [6×6 table]
Create a labelDefinitionCreatorMultiSensor object from the label definitions
table.
ldc = labelDefinitionCreatorMultiSensor(ld.labelDefs)
ldc = labelDefinitionCreatorMultiSensor contains the following labels: Car with 0 sublabels and 0 attributes and belongs to None group. (info) LeftLane with 0 sublabels and 0 attributes and belongs to None group. (info) Road with 0 sublabels and 0 attributes and belongs to None group. (info) Sunny with 0 sublabels and 0 attributes and belongs to None group. (info) Urban with 0 sublabels and 0 attributes and belongs to None group. (info) For more details about attributes and sublabels, use the info method.
Add an attribute "Color" to the label "Car".
Specify the attribute type as "List" and add items to the
list.
addAttribute(ldc,"Car","Color","List",{"Red","Green","Blue"});
Display the details of the updated
labelDefinitionCreatorMultiSensor object.
ldc
ldc = labelDefinitionCreatorMultiSensor contains the following labels: Car with 0 sublabels and 1 attributes and belongs to None group. (info) LeftLane with 0 sublabels and 0 attributes and belongs to None group. (info) Road with 0 sublabels and 0 attributes and belongs to None group. (info) Sunny with 0 sublabels and 0 attributes and belongs to None group. (info) Urban with 0 sublabels and 0 attributes and belongs to None group. (info) For more details about attributes and sublabels, use the info method.
Display information about the attribute "Color" under the label
"Car".
colorStruct = info(ldc,"Car/Color")colorStruct = struct with fields:
Name: "Color"
Type: List
ListItems: {'Red' 'Green' 'Blue'}
Description: ' '
Display the field ListItems in the "Color"
attribute of the label "Car".
colorStruct.ListItems
ans = 1×3 cell
{'Red'} {'Green'} {'Blue'}
Input Arguments
Label definition creator for the multi-sensor workflow, specified as a labelDefinitionCreatorMultiSensor object.
Name of label, sublabel, or attribute in the ldc object,
specified as a character vector or string scalar whose form depends on the type of name
you specify.
To specify a label, use the form 'labelName'.
Example: info(ldc,"TrafficLight")
To specify a sublabel, use the form 'labelName/sublabelName'.
Example: info(ldc,"TrafficLight/RedLight")
To specify an attribute, use the form 'labelName/attributeName' or 'labelName/sublabelName/attributeName'.
Example: info(ldc,"TrafficLight/Active")
Example: info(ldc,"TrafficLight/RedLight/isOn")
Output Arguments
Information structure, returned as a structure that contains the fields
Name, SignalType (for labels),
LabelType (for labels), Type (for sublabels and
attributes), Description, Attributes (when
pertinent), Sublabels (when pertinent),
DefaultValue (for attributes), and ListItems
(for List attributes).
Version History
Introduced in R2026b
MATLAB Command
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Sélectionner un site web
Choisissez un site web pour accéder au contenu traduit dans votre langue (lorsqu'il est disponible) et voir les événements et les offres locales. D’après votre position, nous vous recommandons de sélectionner la région suivante : .
Vous pouvez également sélectionner un site web dans la liste suivante :
Comment optimiser les performances du site
Pour optimiser les performances du site, sélectionnez la région Chine (en chinois ou en anglais). Les sites de MathWorks pour les autres pays ne sont pas optimisés pour les visites provenant de votre région.
Amériques
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)