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!