How can I change property of a user defined class by using set(my_cla​ss,'my_pro​perty',my_​value)

 Accepted Answer

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)

Categories

Find more on Graphics Object Programming in Help Center and File Exchange

Products

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!