Object oriented program example: animated traffic lights on road intersection

classes and superclass are used to arrange flexible object oriented programming environment
2,8K Downloads
Aktualisiert 10 Aug 2016

Lizenz anzeigen

Only 31 lines of code in start.m is used to control animated traffic lights on road intersection. LampSuperclass and three clases (trafficLamp, tLamps, map) are used in program. Classes define (1) single Red-Yellow-Green traffic lamp, (2) set of four lamps (North, South, East, West direction) and (3) map of street intersection. Menu is used to change the mode of traffic light operation.

Zitieren als

Bogumila & Zbigniew MROZEK (2024). Object oriented program example: animated traffic lights on road intersection (https://www.mathworks.com/matlabcentral/fileexchange/38316-object-oriented-program-example-animated-traffic-lights-on-road-intersection), MATLAB Central File Exchange. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R2016a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Software Development Tools finden Sie in Help Center und MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
1.3.0.0

tested with MATLAB 2014a
tested with MATLAB 8.0 (R2012b) and MATLAB 9.0 (R2016a)
Tested with MATLAB 8.0 (R2012b) and MATLAB 2016a, minor change of title (example instead of demo)

1.2.0.0

general upgrade insluding proprieties and methods in all classes, title

1.1.0.0

superclass added

1.0.0.0