chemical_elements

Version 1.0.0.0 (4,48 KB) von R Hunt
Lookup a chemical element based on Symbol, name, or atomic number
1,8K Downloads
Aktualisiert 10. Feb 2006

Keine Lizenz

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');

Zitieren als

R Hunt (2024). chemical_elements (https://www.mathworks.com/matlabcentral/fileexchange/9921-chemical_elements), MATLAB Central File Exchange. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R14SP3
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Chemistry finden Sie in Help Center und MATLAB Answers
Quellenangaben

Inspiriert: z-porter/kktranz, Cluster generator

Community Treasure Hunt

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

Start Hunting!

chemical_elements/

Version Veröffentlicht Versionshinweise
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