Community Profile

photo

Zivile Dailidonyte


Last seen: 約2年 前 2018 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


Objective function for projectile
I have a function to calculate projectile's distance and velocity in both x and y direction. I need to write a function, which d...

5年以上 前 | 2 件の回答 | 0

2

回答

質問


plotting projectile with drag
I have a script to plot the projectile motion path with drag. However, the plot comes out as with no drag. Using parameter v0=15...

5年以上 前 | 3 件の回答 | 0

3

回答

質問


function calling in a script
To solve for friction factor I have a function file to solve colebrook equation, function file to solve derivative of colebrook ...

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

1

回答

質問


second order ODE diff
Hello, <</matlabcentral/answers/uploaded_files/138682/Capture.PNG>> I have this second order ODE for damped oscillator. Ea...

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

1

回答

質問


I have this script to plot the solution to damped oscillator but when i run it it says undefined function or variable. What am I missing?
function yp=forced(t,y) yp=[y(2);((0.56*sin(3.7*t))-(0.78*y(2))-(14*y(1)))]; tspan=[0 5]; y0=[0,0]; [t,y]=ode45(@(...

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

1

回答