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

2 ビュー (過去 30 日間)
How can I change property of a user defined class by using set(my_class,'my_property',my_value)

採用された回答

per isakson
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 ExchangeMATLAB Data API for C++ についてさらに検索

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by