Can I make dynamic name for the structure?

11 Ansichten (letzte 30 Tage)
Zeynab Mousavikhamene
Zeynab Mousavikhamene am 6 Feb. 2020
Beantwortet: Robert U am 6 Feb. 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.

Antworten (1)

Robert U
Robert U am 6 Feb. 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

Kategorien

Mehr zu Structures finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by