現在この提出コンテンツをフォロー中です。
- フォローしているコンテンツ フィードに更新が表示されます。
- コミュニケーション基本設定に応じて電子メールを受け取ることができます
Converts a string with (possibly) an SI prefix to a number. Works in reverse of num2sci. Works with cell arrays of strings also.
Examples:
num = sci2num('14.5 m') returns num = 0.0145
num = sci2num('14.5') returns num = 14.5
num = sci2num({'14.5m','85.2'}) returns num = [0.0145 85.2]
引用
Jason Kaeding (2026). sci2num (https://jp.mathworks.com/matlabcentral/fileexchange/26828-sci2num), MATLAB Central File Exchange. に取得済み.
謝辞
ヒントを与えたファイル: Scientific Prefix to Number, Number to Scientific Prefix
| バージョン | 公開済み | リリース ノート | Action |
|---|---|---|---|
| 1.0.0.0 |
