Octave Tutorial #2: Variables for Absolute Beginners

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 พ.ย. 2024

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

  • @mr.stemedutv5514
    @mr.stemedutv5514  3 ปีที่แล้ว +5

    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!

  • @alinegm3532
    @alinegm3532 2 ปีที่แล้ว +1

    Very nice work, I will recommend my friends to see it 💙💙💙

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

    very helpful, thank you for the efforts

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

    Thanks very helpful

  • @leunamme1995
    @leunamme1995 3 ปีที่แล้ว +1

    I think that a=a+1 doesn't create a new variable, instead it gives the variable a the value of a+1. I'm sorry if I misunderstood.
    Great job. Thank you.

    • @mr.stemedutv5514
      @mr.stemedutv5514  3 ปีที่แล้ว +1

      Yes, you are right. a = a + 1 "updates" the variable a, without creating the new variable.

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

    what happen to your remaining videos sir?

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

      Part three can be found at th-cam.com/video/lCEcZuxUf6U/w-d-xo.html

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

    thank you o much

  • @EMY.sr.
    @EMY.sr. 5 ปีที่แล้ว +1

    thank yyou

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

    How do I solve this question
    f=|e^cos(x-y) + tan(x^6) / 3^(x*y)|

    • @mr.stemedutv5514
      @mr.stemedutv5514  4 ปีที่แล้ว

      Typically, you need two equations since you have two unknowns. Is this only equation you have?