How can I change property of a user defined class by using set(my_class,'my_property',my_value)
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
How can I change property of a user defined class by using set(my_class,'my_property',my_value)
0 comentarios
Respuesta aceptada
per isakson
el 17 de Mayo de 2013
Inherit from hgsetget. Doc says:
hgsetget
Abstract class used to derive handle class with set and get methods
Syntax
classdef myclass < hgsetget
Más respuestas (0)
Ver también
Categorías
Más información sobre Graphics Object Programming en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!