chemical_elements

Lookup a chemical element based on Symbol, name, or atomic number

您现在正在关注此提交

Lookup a chemical element based on Symbol, name, or atomic number, and get back the symbol, name, atomic number or atomic weight.

Examples:
% name = elements('Symbol', 'Fe', 'name');
% mass = elements('atomic_number', 26, 'atomic_mass');
% standardSymbol = elements('SYMBOL', 'FE', 'Symbol');

引用格式

R Hunt (2026). chemical_elements (https://ww2.mathworks.cn/matlabcentral/fileexchange/9921-chemical_elements), MATLAB Central File Exchange. 检索时间: .

致谢

启发作品: z-porter/kktranz, Cluster generator

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

  • Windows
  • macOS
  • Linux
版本 已发布 发行说明 Action
1.0.0.0

* Updated and improved doc
* modifed interface to allow output_specifer be all_struct if output_specifier not defined
* fixed erroneous error message
* Added comments: why global var, switch statements, etc