Is it possible to reach a Class Property by its name dynamically?
classdef ClassA < handle properties a end end obj = ClassA; obj.GetVar('a') = 10;
Is there something like GetVar('a')?
GetVar('a')
Aucun commentaire:
Enregistrer un commentaire