How can I change property of a user defined class by using set(my_class,'my_property',my_value)
1 回表示 (過去 30 日間)
古いコメントを表示
How can I change property of a user defined class by using set(my_class,'my_property',my_value)
0 件のコメント
採用された回答
per isakson
2013 年 5 月 17 日
Inherit from hgsetget. Doc says:
hgsetget
Abstract class used to derive handle class with set and get methods
Syntax
classdef myclass < hgsetget
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Graphics Object Programming についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!