num = eng2num( str )

Convert string with engineering-notation to number. Engineering notation comes from SPICE3-standard.
ダウンロード: 57
更新 2016/10/3

ライセンスの表示

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

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

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

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

引用

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

MATLAB リリースの互換性
作成: R2006a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
謝辞

ヒントを得たファイル: num2eng

ヒントを与えたファイル: matlab code for the numbers which are equal to sum of the factorial of their respective digits

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0