How can I change property of a user defined class by using set(my_class,'my_property',my_value)
1 view (last 30 days)
Show older comments
How can I change property of a user defined class by using set(my_class,'my_property',my_value)
0 Comments
Accepted Answer
per isakson
on 17 May 2013
Inherit from hgsetget. Doc says:
hgsetget
Abstract class used to derive handle class with set and get methods
Syntax
classdef myclass < hgsetget
More Answers (0)
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!