Number to Words
Convert a numeric to a string with the English name of the number value (GB/IN/US).
現在この提出コンテンツをフォロー中です。
- フォローしているコンテンツ フィードに更新が表示されます。
- コミュニケーション基本設定に応じて電子メールを受け取ることができます
編集メモ: This file was selected as MATLAB Central Pick of the Week
引用
Stephen23 (2026). Number to Words (https://jp.mathworks.com/matlabcentral/fileexchange/47221-number-to-words), MATLAB Central File Exchange. に取得済み.
謝辞
ヒントを得たファイル: text2speech - tts, num2english, text-to-speech, Variable Precision Integer Arithmetic, Number to Scientific Prefix, Text2Speech for Matlab using unofficial google service, Customizable Natural-Order Sort, Numeric to Ordinal-String, Natural-Order Row Sort, Natural-Order Filename Sort, Convert number to words, Words to Number
ヒントを与えたファイル: Words to Number, Round to Electronic Component Values, Scientific Prefix to Number, Number to Scientific Prefix, Customizable Natural-Order Sort, Numeric to Ordinal-String, Natural-Order Row Sort, Natural-Order Filename Sort, Interactive Regular Expression Tool
| バージョン | 公開済み | リリース ノート | Action |
|---|---|---|---|
| 4.1.9 | * Add "percent" type.
|
||
| 4.1.8 | * Ensure test function runs on MATLAB Online |
||
| 4.1.7 | * convert test function to class. |
||
| 4.1.6 | * Add testcases. |
||
| 4.1.5 | * Documentation improvements.
|
||
| 4.1.4 | * Documentation improvements. |
||
| 4.1.3 | * FEX crashed while uploading the previous version... 2nd attempt. |
||
| 4.1.2 | * Add more testcases
|
||
| 4.1.1 | * option parsing improvements.
|
||
| 4.1.0 | * Faster option parsing.
|
||
| 4.0.1 | * Improve option parsing. |
||
| 4.0.0 | * Major code refactoring.
|
||
| 3.6.2 | * Update description. |
||
| 3.6.1 | * Revise title and summary |
||
| 3.6.0 | * Accepts string or char vector input arguments.
|
||
| 3.5.1 | * Add error IDs. |
||
| 3.5.0 | * Improve options handling. |
||
| 3.4.0 | * Check for cell array optional inputs. |
||
| 3.3.0 | * Include HTML _DOC file in zip. |
||
| 3.2.0 | * Improve documentation.
|
||
| 3.1.0 | * Update license. |
||
| 3.0.0 | * Add 'india' number scale (lakh and crore).
|
||
| 2.2.0 | * Simplify cell array creation. |
||
| 2.1.0 | * Fix bug in myriad parsing (if >1 highest level multiplier).
|
||
| 2.0.0 | * Add a new <scale> option <myriad> (Knuth's -yllion).
|
||
| 1.9.0 | * More robust handling of some edge cases: zero, NaN, Inf.
|
||
| 1.8.0 | - Minor edit in blurb. |
||
| 1.7.0 | - Minor edit to FEX blurb. |
||
| 1.6.0 | * Add money/cheque number type.
|
||
| 1.5.0 | - I accidentally uploaded an older version. This version matches the online description :) |
||
| 1.4.0 | * comma control option.
|
||
| 1.3.0 | - Downloadable as toolbox |
||
| 1.2.0 | - Fix bug for ordinals 'first' and 'second'.
|
||
| 1.1.0 | - Improve decimal fraction handling.
|
||
| 1.0.0 |