waveUnit
WAVEUNIT allows to validate a physical unit and make some quick processing.
functionalities:
- validate units (e.g. 'fs' is ok, 'qs' not ok)
- optimize prefix (e.g. 1200 kHz --> 1.2 MHz)
- find inverse unit (e.g. 'ms'<-->'kHz')
- convert between frequency, wavelength and photon energy.
A subset on units, useful for optics, is currently supported.
Supported base units: 'm','s','Hz','eV','J'
examples:
wl = waveUnit.frequency2wavelength(1e-2, 'GHz', 'mm')
[freq, freqUnit] = waveUnit.wavelength2frequency(1, 'um', 'auto')
freq = waveUnit.energy2frequency(2.3, 'eV', 'THz')
[newValue, newUnit] = waveUnit.optimize(1.2e5, 'nm')
More information can be found in inside the main file 'waveUnit.m'
Cite As
Alberto Comin (2024). waveUnit (https://www.mathworks.com/matlabcentral/fileexchange/55408-waveunit), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxTags
Acknowledgements
Inspired: OpticalMedium
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.