Code with function file not working
7 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
採用された回答
その他の回答 (1 件)
David Hill
2021 年 4 月 14 日
No reason for global variables. Problem is equation
P=X*(1+r/100)^t;%need X*
参考
カテゴリ
Help Center および File Exchange で Software Development Tools についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!