num2money

Converts a numeric value to a monetary value string
1.3K Downloads
Updated 3 Apr 2008

View License

A simple utility to create a monetary value string representation of a number.

Examples:

num2money(200) returns '$200'
num2money(200,'cents') returns '$200.00'
num2money(-200.34) returns '-$200.34'
num2money(2000.34) returns '$2,000.34'
num2money(20000.1023) returns '$20,000.10'

Cite As

Kenneth Eaton (2024). num2money (https://www.mathworks.com/matlabcentral/fileexchange/19431-num2money), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R14SP3
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Characters and Strings in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0