How can I change property of a user defined class by using set(my_class,'my_property',my_value)
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
How can I change property of a user defined class by using set(my_class,'my_property',my_value)
0 Commenti
Risposta accettata
per isakson
il 17 Mag 2013
Inherit from hgsetget. Doc says:
hgsetget
Abstract class used to derive handle class with set and get methods
Syntax
classdef myclass < hgsetget
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Graphics Object Programming in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!