필터 지우기
필터 지우기

Return single value from user defined class

조회 수: 4 (최근 30일)
M. Mubashir Hussain
M. Mubashir Hussain 2023년 6월 13일
답변: Rik 2023년 6월 13일
Hi! I desire to implement my user defined class with a single property on which I perform all operations in the constructor method. When i define class object and try to display it, I get output in the following format:
<class Name> with properties:
<property_name> : value
Is there a way to display the property value directly instead of using: object_name.property_name.
Thanks & Regards.
Mubashir

답변 (1개)

Rik
Rik 2023년 6월 13일
You can overload disp.
If you always want to interact with the value instead of the object, I don't really see why you would need the wrapper, but you can get very far by overloading all the functions you plan to use.

카테고리

Help CenterFile Exchange에서 Construct and Work with Object Arrays에 대해 자세히 알아보기

태그

제품


릴리스

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by