Respuesta aceptada

Más respuestas (1)

Shivam
Shivam el 30 de Jul. de 2022

0 votos

You can fetch the fields of a structure S using fieldname this way.
fields = fieldnames(S)
It returns the field names of the structure array S in a cell array.

Categorías

Etiquetas

Preguntada:

el 16 de Ag. de 2015

Respondida:

el 30 de Jul. de 2022

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by