How to find the value of x for certain y(x)

1 次查看(过去 30 天)
I have a function y=26669/5 - 5000*exp((7*x)/5) And I want to know when y=1, what is the value of x.

回答(1 个)

James Tursa
James Tursa 2018-1-30
编辑:James Tursa 2018-1-30
This can easily be solved by hand
x = 5*log((-y+26669/5)/5000)/7;

类别

Help CenterFile Exchange 中查找有关 2-D and 3-D Plots 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by