Community Profile

photo

Gabriel Baranoski


Last seen: 1年以上 前 2022 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 1

バッジを表示

Feeds

表示方法

回答済み
How do I solve an ODE of the form y'=ay^3 +by^2 +cy +d?
Hey so I ended up figuring it out. This is my code to solve the ODE below: FK=polyfit(MFPs(:,1),MFPs(:,2),20); tspan = [0 :0.0...

約2年 前 | 0

質問


How do I solve an ODE of the form y'=ay^3 +by^2 +cy +d?
I have a vector, for example "pn" of size (20,1). Each point of data describes a coeffecient of y to the power of 20 minus that ...

約2年 前 | 2 件の回答 | 0

2

回答