Can I make dynamic name for the structure?

16 visualizaciones (últimos 30 días)
Zeynab Mousavikhamene
Zeynab Mousavikhamene el 6 de Feb. de 2020
Respondida: Robert U el 6 de Feb. de 2020
I wanted to know whether I can make the name of a structure dynamically in the code or not. Not the name of the fields. I mean the name that the structure will have.

Respuestas (1)

Robert U
Robert U el 6 de Feb. de 2020
Hi Zeynab Mousavikhamene,
You can but you should not. Dynamically named variable names are prone to errors and make code difficult to debug.
Kind regards,
Robert

Categorías

Más información sobre Structures en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by