Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
P0 = 1000 r = 0.08 t = 1:30 P = P0 exp(r*t)
「予期しない MATLAB 式です。助けてください」というエラーが表示されます。
あなたは書くべきです:
P = P0*exp(r*t)