chemical_elements
版本 1.0.0.0 (4.5 KB) 作者:
R Hunt
Lookup a chemical element based on Symbol, name, or atomic number
1.8K 次下载
更新时间
2006/2/10
无许可证
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 (2024). chemical_elements (https://www.mathworks.com/matlabcentral/fileexchange/9921-chemical_elements), MATLAB Central File Exchange. 检索时间: .
MATLAB 版本兼容性
创建方式
R14SP3
兼容任何版本
平台兼容性
Windows macOS Linux类别
在 Help Center 和 MATLAB Answers 中查找有关 Chemistry 的更多信息
标签
致谢
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!chemical_elements/
版本 | 已发布 | 发行说明 | |
---|---|---|---|
1.0.0.0 | * Updated and improved doc
|