Community Profile

photo

mahesh tom


2017 年からアクティブ

mechanical engineering solution

統計

  • Thankful Level 1

バッジを表示

Content Feed

表示方法

質問


WHY do I get this error
function dydt = free25(t,y); g = 9.81; l = 1; dydt = [y(2);-g/l.*sin(y(1))]; end [t,y]= ode45('free25',[0 10],[...

6年以上 前 | 1 件の回答 | 2

1

回答