Info

此问题已关闭。 请重新打开它进行编辑或回答。

How to solve the Gompertz Equation

1 次查看(过去 30 天)
Kailin Johnsson
Kailin Johnsson 2020-9-28
关闭: John D'Errico 2020-9-29
Hello,
I am trying to solve a regular Gompertz Equation. Very simply... I have put in (and other vital coding information)
%Gompertz Equation
E= -log(r*p)*(p/M)
The system will not generate a map as ln does not read on MATLAB. Any ideas as to how else I should format the equation? Thanks
  3 个评论
Kailin Johnsson
Kailin Johnsson 2020-9-28
Update: This equation will generate a graph however, there is no line for the data ran? Is this an error in the code? or of the system?
E= M*(p/M).^exp(-r*t)';

回答(0 个)

此问题已关闭。

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by