Pseudo Enumerations

版本 1.3.0.1 (5.3 KB) 作者: Ben Hinkle
Create, manipulate and display arrays with enumeration values
1.7K 次下载
更新时间 2016/9/1

查看许可证

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.

引用格式

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

MATLAB 版本兼容性
创建方式 R12
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Low-Level File I/O 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
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.