Empirical formula

Class for representing empirical formulae including support for basic math (+, -, *, etc.)
272 Downloads
Updated 21 Dec 2012

View License

Example Usage:

import edu.stanford.covert.util.EmpiricalFormula;
x = EmpiricalFormula()
x = EmpiricalFormula('H2O')
x = EmpiricalFormula(struct('H', 2, 'O', 1))

Cite As

Jonathan Karr (2024). Empirical formula (https://www.mathworks.com/matlabcentral/fileexchange/39569-empirical-formula), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2011b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Chemistry in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!

EmpiricalFormula/src/+edu/+stanford/+covert/+util/

Version Published Release Notes
1.0.0.0