chemical_elements

버전 1.0.0.0 (4.48 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 CenterMATLAB 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
* 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