chemical_elements

Versione 1.0.0.0 (4,48 KB) da R Hunt
Lookup a chemical element based on Symbol, name, or atomic number
1,8K download
Aggiornato 10 feb 2006

Nessuna licenza

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

Cita come

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

Compatibilità della release di MATLAB
Creato con R14SP3
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Chemistry in Help Center e MATLAB Answers
Riconoscimenti

Ispirato: 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/

Versione Pubblicato Note della release
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