chemical_elements

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

Sie verfolgen jetzt diese Einreichung

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 (2026). chemical_elements (https://de.mathworks.com/matlabcentral/fileexchange/9921-chemical_elements), MATLAB Central File Exchange. Abgerufen .

Quellenangaben

Inspiriert: z-porter/kktranz, Cluster generator

Allgemeine Informationen

Kompatibilität der MATLAB-Version

  • Kompatibel mit allen Versionen

Plattform-Kompatibilität

  • Windows
  • macOS
  • Linux
Version Veröffentlicht Versionshinweise 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