フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Unable to take log on both sides of the equation

1 回表示 (過去 30 日間)
Fahad Ramzan
Fahad Ramzan 2021 年 6 月 13 日
閉鎖済み: Adam Danz 2021 年 6 月 13 日
syms I(t) N Mu Gamma Vo V(t) %Used to decalre variables as symbol
I(t) = Io*exp(-Mu*t);
ode = diff(V,t) == Mu.*N.*I(t) - Gamma.*V(t); %Equation Writing
cond = V(0) == Vo; %Initial condition
Solution_eq3 = dsolve(ode, cond) %Solution the the modified equation == Solution to the IVP
I want to take log on both side of the equation (Solution_eq3)

回答 (0 件)

この質問は閉じられています。

製品


リリース

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by