num = eng2num( str )
Version 1.0.0.0 (2,36 KB) von
Roman Müller-Hainbach
Convert string with engineering-notation to number. Engineering notation comes from SPICE3-standard.
Examples:
>> eng2num('4.7k')
ans = 4700
>> eng2num('10mA')
ans = 0.0100
>> eng2num('3u3F')
ans = 3.3000e-06
>> eng2num('0R01')
ans = 0.0100
Zitieren als
Roman Müller-Hainbach (2026). num = eng2num( str ) (https://de.mathworks.com/matlabcentral/fileexchange/59408-num-eng2num-str), MATLAB Central File Exchange. Abgerufen.
Kompatibilität der MATLAB-Version
Erstellt mit
R2006a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS LinuxKategorien
- MATLAB > Language Fundamentals > Data Types > Characters and Strings >
- MATLAB > Language Fundamentals > Entering Commands >
- MATLAB > External Language Interfaces > Other languages > SPICE files >
- FPGA, ASIC, and SoC Development >
Mehr zu Characters and Strings finden Sie in Help Center und MATLAB Answers
Tags
Quellenangaben
Inspiriert von: num2eng
Inspiriert: matlab code for the numbers which are equal to sum of the factorial of their respective digits
Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
| Version | Veröffentlicht | Versionshinweise | |
|---|---|---|---|
| 1.0.0.0 |
