How can I change property of a user defined class by using set(my_class,'my_property',my_value)
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
How can I change property of a user defined class by using set(my_class,'my_property',my_value)
0 Kommentare
Akzeptierte Antwort
per isakson
am 17 Mai 2013
Inherit from hgsetget. Doc says:
hgsetget
Abstract class used to derive handle class with set and get methods
Syntax
classdef myclass < hgsetget
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Graphics Object Programming finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!