Feeds
回答済み
Two dof mechanical system ode45 solution with matlab
Dear Matlab users, I was able to do the work I wanted to do today. My goal was to perform a simple mechanical system vibration a...
Two dof mechanical system ode45 solution with matlab
Dear Matlab users, I was able to do the work I wanted to do today. My goal was to perform a simple mechanical system vibration a...
7年以上 前 | 1
質問
Two dof mechanical system ode45 solution with matlab
%İki serbestlik dereceli mekanik sistem function dq = odev(t,q) global k1 k2 c1 c2 m1 m2 x1 = q(1); x1dot = q(2); x...
7年以上 前 | 1 件の回答 | 0