Is there a possibility to create dynamic enumerations?
6 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Stijn Helsen
le 18 Mar 2020
Commenté : Stijn Helsen
le 27 Mar 2020
I like the enumeration class. For "normal programming" is works very nice. But sometimes it could be nice to change (mainly add) items in the enumeration list. This would be especially useful in combination with existing code (public and my own code).
So I wonder, is there a possibility of adding items to an enumeration, or creating an enumeration object dynamically (I mean without writing a classdef file)?
0 commentaires
Réponse acceptée
Arnav Dubey
le 27 Mar 2020
As per my knowledge, No, MATLAB does not support dynamic enumerations.They are really only for the benefit of compile time, as they represent a fixed set of constants, hence having them changed during runtime makes their use redundant.
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Software Development Tools dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!