Object oriented programming examples

examples from book: MATLAB and Simulink, 3e: User's Guide) by Bogumila and Zbigniew Mrozek
2.6K 次下载
更新时间 2017/3/19

查看许可证

Examples of classes inheritance, public and private attributes and methods from chapter 5.7 of the new edition of book by Bogumila and Zbigniew Mrozek. Comments are in Polish and English language. Save all files in same folder, then run: See also improved OOP examples of "Object oriented program example: animated traffic lights on road intersection" by Bogumila & Zbigniew MROZEK
(files)
(1) m571 -- how to define class and introduce object ,
(2) m573 -- error, as private attribute is not seen outside its object
(3) m574 -- private attribute is seen, if get function is used
(4) m575 -- testing trasa method, do I have enough fuel?
(5) m590 -- inheritance test

引用格式

Bogumila & Zbigniew MROZEK (2025). Object oriented programming examples (https://ww2.mathworks.cn/matlabcentral/fileexchange/29637-object-oriented-programming-examples), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2016a
兼容任何版本
平台兼容性
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.51.0.0

Smaller picture of book cover

1.5.0.0

Minor changes in descrioption
tested with MATLAB (R2016a), changed "Description" .
Description extended

1.4.0.0

Tested with MATLAB 2012B, Screenshot changed.

1.3.0.0

minor changes in Auto.m m571.m m590.m

1.1.0.0

More comments in English language.

1.0.0.0