Simple Object Creation in Matlab Object Oriented Programming (OOP)

버전 1.2.0.0 (43.6 KB) 작성자: Michael Chan
The objective is to provide a simple sample code to illustrate OOP in Matlab.
다운로드 수: 635
업데이트 날짜: 2013/1/11

라이선스 보기

main executing reference usages:
1. usage_dynamicVariableNaming.m
a. dynamicVariableNaming.m : a Composite object (Structural in terms of design patterns) as part of an interpretor simulator for collecting variable data.
2. usage_subjectElement_WorldWithinWorlds.m : demonstrate composites with composite
a. subjectElement.m : a Composite object
3. usage_CreateBinaryTreeManually_Partial : an example of using a node to create a binary tree (manual and partial example)
a. node.m : node object

* Caveat:
1. For reference only.
2. Only for behavior observation.

If the illustrative demo has more elegant presentation, please do not hesitate to suggest and send feedback to the author.

Email: promethevx@yahoo.com

Thank you.

Regards,
Michael Chan JT

인용 양식

Michael Chan (2024). Simple Object Creation in Matlab Object Oriented Programming (OOP) (https://www.mathworks.com/matlabcentral/fileexchange/39769-simple-object-creation-in-matlab-object-oriented-programming-oop), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2008a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Software Development Tools에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.2.0.0

added a 3rd example of using a node object to create a binary tree (manual and partial example)

1.1.0.0

Added a 2nd example to demonstrate composites with composite.

1.0.0.0