Pseudo Enumerations

Version 1.3.0.1 (5,31 KB) von Ben Hinkle
Create, manipulate and display arrays with enumeration values
1,7K Downloads
Aktualisiert 1. Sep 2016

Lizenz anzeigen

Enumerations are lists of identifiers used as data values. For example the list of US states MA, NY, etc form an enumeration. Another enumeration, with one value, is a "NoData" enumeration. Pseudo enumerations are a way of implementing a form of enumerations purely in MATLAB m-code. The submission includes 2 files penum.m and dispe.m which define and display pseudo enumerations. See the m-file help for usage and examples.

Zitieren als

Ben Hinkle (2024). Pseudo Enumerations (https://www.mathworks.com/matlabcentral/fileexchange/3050-pseudo-enumerations), MATLAB Central File Exchange. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R12
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Low-Level File I/O 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.1

Updated license

1.3.0.0

add 2003- to copyright

1.1.0.0

BSD update

1.0.0.0

submitted wrong version. try again.