Lec13 Solving ODEs using ode45 in Matlab

Поделиться
HTML-код
  • Опубликовано: 2 окт 2024

Комментарии • 16

  • @enisgerxhalija6384
    @enisgerxhalija6384 3 года назад +12

    this was a godsend

  • @christopheverre4848
    @christopheverre4848 Месяц назад

    This helped me understand how to work with a system of four odes. Thanks !

  • @rickreation5581
    @rickreation5581 3 года назад +1

    Thank you so much. Great content.

  • @aniket.debnath
    @aniket.debnath 2 года назад

    Thanks for the awesome video :)

  • @ΙάσωναςΦιλιππίδης
    @ΙάσωναςΦιλιππίδης 3 года назад +1

    Really nice video! Great work buddy!

  • @priyajeni5560
    @priyajeni5560 3 года назад

    Sir if i have two functions in same equation like f and g ...how to use ode45 to plot graph...pls help me...
    My equation is
    f'''-2(f'+g')f'+(f+g)f''-Mf'=0
    BC f(0)=0 f'(0)=1 g(0)=0 g'(0)=0.3
    M=0.5

  • @ghazalmahdavian3362
    @ghazalmahdavian3362 4 года назад +1

    Hi..thanks for this video..I have 2 nonlinear coupled equations that should be solved using ode..but I have problem doing that..can I ask for your help please..?

    • @JoseGutierrez-vp7oc
      @JoseGutierrez-vp7oc  3 года назад

      Hi Ghazal, can you write your equations in the comment, I may be able to assist.

    • @elabdimeryem4864
      @elabdimeryem4864 3 года назад +1

      ​@@JoseGutierrez-vp7oc Hello Jose, I also need some help with ode Solver. Its about a Newton's Cradle with only two balls, wich i have to solve with ode. I could so far only determine the equations :
      %Initial Conditions
      r = 0.05; % Radius beider Kugeln
      l = 0.3; % Seillänge
      m_rechts = 50; % Masse der rechten Kugel
      m_links = 50; % Masse der linken Kugel
      phi_rechts_initial = pi/3;
      phidot_rechts_initial =0;
      phi_links_initial = 0;
      phidot_links_initial =0;
      J_rechts = (m_rechts*l^2);
      J_links = (m_links*l^2);
      ts = 0.001;
      timespan = 0:ts:40;
      g = 9.81;
      phi_ddot_links = -(m_links*g*sin(phi_links*l))/ J_links;
      phi_dot_links = phi_dot_links + phi_ddot_links * ts;
      phi_links = phi_links + phi_dot_links * ts;

      phi_dot_links_neu = 2*(J_links*phi_dot_links+J_rechts*phi_dot_rechts)/(J_links+J_rechts) - phi_dot_links;
      phi_dot_rechts_neu = 2*(J_links*phi_dot_links+J_rechts*phi_dot_rechts)/(J_links+J_rechts) - phi_dot_rechts;
      Can you help me to solve this issue...

  • @merondesta3895
    @merondesta3895 3 года назад

    how would i able to solve the tunnel diode state space variable using ode 45, bcuz i dont have the initial value or the experental value

  • @slayndash6077
    @slayndash6077 7 месяцев назад

    Thank you sir 🙏

  • @v_r7194
    @v_r7194 Год назад

    Great! Thank you so much!

  • @newibas7166
    @newibas7166 3 года назад +1

    We find it very difficult to follow up what is on the screen when you turn on the text repeating what you are you are saying on the screen .

  • @ferasbaker3954
    @ferasbaker3954 Год назад

    6:02--- 16:00

  • @tturi2
    @tturi2 Год назад

    you deserve my $2000, not my university