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...
대략 7년 전 | 답변 수: 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...
대략 7년 전 | 답변 수: 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 ...
대략 7년 전 | 답변 수: 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...
대략 7년 전 | 답변 수: 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(@(...
대략 7년 전 | 답변 수: 1 | 0

