Code with function file not working
7 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I'm writing a code to calculate investmenet after a certain amount of time, using the equation attached. (I've assumed Po is X in the code)
When I run the code, I get the error shown
0 commentaires
Réponse acceptée
Plus de réponses (1)
David Hill
le 14 Avr 2021
No reason for global variables. Problem is equation
P=X*(1+r/100)^t;%need X*
Voir également
Catégories
En savoir plus sur Software Development Tools dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!