moneysplit

Divide a sum of money in a certain ratio, making sure that the amounts add up exactly to the total.
ダウンロード: 443
更新 2009/6/2

ライセンスの表示

EXAMPLE: y = moneysplit(3679.02,[100 100 200])
---> [919.75 919.76 1839.51]

PURPOSE: When sums of money are divided, and when the dividend amounts have been rounded to the nearest cent, they may not add up exactly to the total. It is then necessary to look at further decimal places, in order to find 'the best candidates' to change.

This function performs the task, and makes sure that the smaller amounts add up exactly to the total. This is no 'rocket science' program, but it can be of help in filling in expense accounts, and also in the subdivision of share-lots for a tax return.

引用

John T. McCarthy (2024). moneysplit (https://www.mathworks.com/matlabcentral/fileexchange/24312-moneysplit), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2006a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersFinancial Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.1.0.0

revised tags

1.0.0.0