Hi,
I am trying to write a simple Compund interest program.
Principal = p ; Interest rate= r ; Time = t ; Pay Scheme = n ; Amount = A
the equation used :< A=p*(1+(r/n))^(n*t) > with this I get the amount successfully.
But I want to have a plot of amount and time: <plot(a,t)> and I am getting no result.
I refered some different programs and they are calling functions from a different m-file. SO I tried to write the m-file of amount and call it but it just doesnt work.
I would be very graeful if some one could teach me how to do call function.
|
Users who posted comments:
cbob12 (1); hariombaboo (1); lyn (1); Rixter (3); Shoeb (2); Usbport (2)