Solves First 1st Order Differential Equation with MATLAB ODE45

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ม.ค. 2025

ความคิดเห็น • 9

  • @deltechdiaries5907
    @deltechdiaries5907 4 ปีที่แล้ว +1

    2 min vid taught me a lot thanks man

  • @shettysandy85
    @shettysandy85 8 ปีที่แล้ว +1

    Easy and simple!!
    Good Job!!

  • @gracesharon8861
    @gracesharon8861 4 ปีที่แล้ว

    do you have the simulink for the equation that you use?

  • @MrProgram123
    @MrProgram123 11 ปีที่แล้ว +3

    Good!

    • @eeprogrammer
      @eeprogrammer  11 ปีที่แล้ว

      Your support is our energy. Please feel free to visit our website www.eeprogrammer.com

  • @ilo5736
    @ilo5736 9 ปีที่แล้ว +5

    Why am I getting an error message for t in
    'function f = myfun1(t,Y)'?

    • @manuele.morillo2204
      @manuele.morillo2204 7 ปีที่แล้ว +4

      CHAD It's not working because you didn't save that function in a different file (which he forgot to say)
      To make this work:
      1. Make a new file to store his example function.
      2. Afterwards, name the file to summon it later (I'll tell you where)
      3. At 1:49, he puts in 'myfun1'. Replace that with the filename you made your function in the previous step first by putting an @ symbol, no space, and the file name.
      Hope this helps, but I know it's very well past.

  • @medesigner4520
    @medesigner4520 6 ปีที่แล้ว

    Nice