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)
我收到一个错误 Unexpected MATLAB expression,请帮忙。
你应该写:
P = P0*exp(r*t)