num = eng2num( str )

Convert string with engineering-notation to number. Engineering notation comes from SPICE3-standard.
57 download
Aggiornato 3 ott 2016

Visualizza la licenza

Examples:
>> eng2num('4.7k')
ans = 4700

>> eng2num('10mA')
ans = 0.0100

>> eng2num('3u3F')
ans = 3.3000e-06

>> eng2num('0R01')
ans = 0.0100

Cita come

Roman Müller-Hainbach (2024). num = eng2num( str ) (https://www.mathworks.com/matlabcentral/fileexchange/59408-num-eng2num-str), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2006a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.0.0.0