underlyingValue
说明
示例
显示基础颜色值
用以下语句创建一个文件 enums.hpp
。
enum class COLOR { RED=100, BLUE=500, BLACK=1000, WHITE=5000, };
编译 C++ 接口。
clibgen.buildInterface('enums.hpp') addpath enums
键入 clib.enums.COLOR.
,然后按 Tab 键。选择 BLACK
。
显示基础数值。
underlyingValue(clib.enums.COLOR.BLACK)
ans = int32 1000
输入参数
cppEnum
— 在 MATLAB 中创建的 C++ 枚举
C++ 枚举对象
在 MATLAB 中创建的 C++ 枚举,指定为 C++ 枚举对象。
示例: clib.enums.COLOR.BLACK
版本历史记录
在 R2019a 中推出
MATLAB 命令
您点击的链接对应于以下 MATLAB 命令:
请在 MATLAB 命令行窗口中直接输入以执行命令。Web 浏览器不支持 MATLAB 命令。
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)