chemical_elements
No License
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');
Cite As
R Hunt (2024). chemical_elements (https://www.mathworks.com/matlabcentral/fileexchange/9921-chemical_elements), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
Tags
Acknowledgements
Inspired: z-porter/kktranz, Cluster generator
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
chemical_elements/
Version | Published | Release Notes | |
---|---|---|---|
1.0.0.0 | * Updated and improved doc
|