Code with function file not working
7 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposta accettata
Più risposte (1)
David Hill
il 14 Apr 2021
No reason for global variables. Problem is equation
P=X*(1+r/100)^t;%need X*
Vedere anche
Categorie
Scopri di più su Software Development Tools in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!