Concept Flow - Accessing fields by name
Create structured array with named fields
Access field by name using array['field_name'
Retrieve data for that field
Use or display the extracted data
We create a structured array with named fields, then access data by specifying the field name in brackets, retrieving that field's values.