num2money
Version 1.0.0.0 (1.66 KB) by
Kenneth Eaton
Converts a numeric value to a monetary value string
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 (2025). 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 LinuxCategories
Find more on Characters and Strings in Help Center and MATLAB Answers
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
1.0.0.0 |