photo

Melhem


Last seen: 1년 초과 전 2023년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 2

배지 보기

Feeds

보기 기준

질문


Solving a differential equation using ode45
is it possible to solve this equation using ode45? θ'' - µ*θ'^2 + (g/r)*(µ*cos(θ) - sin(θ)) = 0 µ, g, and r are given

1년 초과 전 | 답변 수: 2 | 1

2

답변

질문


I defined a function that should give me an array with 3 elements, but when I use it it's giving me a lot more than 3.
function [t,x,N] = lab1(V0,mu,tf) %V0=10 mu=0.4 tf=1 W=1; g=32.2; r=5; tspan=linspace(0,tf,1000); x0=[0;V0/r]; param...

1년 초과 전 | 답변 수: 1 | 0

1

답변