dingyonglaw / Matlab-Number-to-English-Words-and-Currency

Matlab Number to English Words and Currency

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Matlab Number to English Words and Currency Friendly

Matlab Number to English Words and Currency

util functions for MATLAB to translate numbers to strings of english words, and currency.

E.g. Usage

num2words(113.1212)

% return 'one hundred thirteen point one two one two'

num2currency(113.1212)

% return 'one hundred thirteen and twelve'

About

Matlab Number to English Words and Currency


Languages

Language:MATLAB 100.0%