Community Profile

photo

Dinesh Durai


Last seen: 5ヶ月 前 2022 年からアクティブ

統計

  • Thankful Level 1

バッジを表示

Content Feed

表示方法

質問


I have problem in solving ode45
clear all, close all, clc w=2*pi; zeta=0.25; A=[0 1;-w^2 -zeta]; dt=0.01; T=10; x0=2; [t,x] = ode45(@(t,x) A*x, 0:dt:T, x...

1年以上 前 | 1 件の回答 | 0

1

回答