現在この提出コンテンツをフォロー中です。
- フォローしているコンテンツ フィードに更新が表示されます。
- コミュニケーション基本設定に応じて電子メールを受け取ることができます
This function decodes an engineering representation:
[valor,unidad] = eng2num(string_valor)
[0.01,'F'] = eng2num('10mF')
[0.01,''] = eng2num('10m')
0.01 = eng2num('10m')
Also available num2eng
引用
Jordi Palacin (2026). eng2num (https://jp.mathworks.com/matlabcentral/fileexchange/7615-eng2num), MATLAB Central File Exchange. に取得済み.
謝辞
ヒントを与えたファイル: Scientific Prefix to Number, Number to Scientific Prefix
| バージョン | 公開済み | リリース ノート | Action |
|---|---|---|---|
| 1.0.0.0 |
