logo for matrixlab-examples.com
leftimage for matrixlab-examples.com

Finance Formulas - Financial Applications with Matlab


Here are some financial applications with Matlab. We take some well-known finance formulas, develop a script for them and a code to introduce data and drive the main formula... Matlab is not only for pure math or engineering purposes, but it also has many applications in finances...


This program is an example of a financial application in Matlab. It calculates the future value of an investment when interest is a factor. It is necessary to provide the amount of the initial investment...

Calculate Annuity - Future Value of Regular Deposits
Here we create a Matlab code to calculate annuity or to find out future value of  regular deposits. 
 
You must provide the amount of each deposit...

Calculate Value – Regular Deposits 
In this article we’re going to develop a script to see how to calculate the future value that regular deposits may produce. This code calculates the amount required as a regular deposit to provide a stated future value in a specified time period...

Bank Withdrawal – regular withdrawals from an investment
We develop a program in Matlab to calculate bank withdrawals, i.e., the maximum amount which may be withdrawn regularly from an investment over a specified time period...

Initial Investments Formula
This code calculates the investment needed to provide a stated future value in a specified time period. You must enter the future value of the investment...

Calculation of Nominal Interest Rate on Investments
One more of our finance formulas is for the nominal interest rate for a known initial investment which amounts to a known future value in a specified period of time. The nominal interest rate is usually subdivided for compounding...

Calculation of Effective Interest Rate on Investments
This code calculates the effective interest rate for a known initial investment which amounts to a known future value in a specified period of time...

Salvage Value – how to calculate it
This program calculates the salvage value of an item at the end of a given year. It is necessary for you to provide the age of the item, its original price, and its depreciation rate...

Calculate Depreciation
In this article we’re going to calculate depreciation by implementing two relevant formulas: rate and amount...

Commercial Paper
This small exercise in Matlab calculates the discount and net cost of a discount commercial paper. You must provide the future value of the paper, the discount rate and the number of days to maturity....

Calculate Loan Payment
We’re implementing here an algorithm in Matlab to calculate a loan payment. This program calculates the amount required as regular payments in order to repay a loan over a specified time period...

Calculate Simple and Compound Interest
...how to calculate the simple and compound interests in this article. We have to start with some definitions, though...

Mortgage Amortization Table
Let's analyze how one of this works with Matlab...

 From 'Finance Formulas' to home

Matlab Tutorial

Matlab Books

Sitemap/Search

Top




footer for finance formulas page