Octave Tutorial #18: Solve Ordinary Differential Equation (ODE) using Octave and Matlab

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

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

  • @mr.stemedutv5514
    @mr.stemedutv5514  3 года назад +2

    Hope this tutorial video is useful for you who would like to learn Matlab and GNU Octave, and please let me know if you have any questions and comments!

  • @loden5677
    @loden5677 Год назад +1

    This is so helpful! Thank you!!!

  • @EngAsingyaAdrian
    @EngAsingyaAdrian Год назад +1

    good

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

    Wow..

  • @back2back135
    @back2back135 2 года назад +1

    This helped me so much. Can you also do one on systems of ODEs?

    • @mr.stemedutv5514
      @mr.stemedutv5514  2 года назад

      Yes, it can be done. I will make the video in near future.

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

    is it possible to make a circuit simulation in octave? like the simulation in matlab?

    • @mr.stemedutv5514
      @mr.stemedutv5514  3 года назад +1

      are you referring to simulink? If so, I do not think Octave offers it.

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

      @@mr.stemedutv5514 thank you for the answer

    • @navjotsingh2251
      @navjotsingh2251 2 года назад

      No octave does not yet support simulink functionality. Most of the proprietary addons you get with matlab and simulink do not yet have an octave alternative.

  • @tkhong1940
    @tkhong1940 2 года назад

    Is there a function in octave that solve ode without bc or ic? I know there is none.

    • @mr.stemedutv5514
      @mr.stemedutv5514  2 года назад

      I do not think you could solve ode without having bc or ic. Are you talking about indefinite integral? if so you can do using symbolic math. Hope this helps.