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 CenterFile Exchange에서 MATLAB 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