MATLAB: TOP 10 tips & tricks you wish you knew before

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

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

  • @markagustin6186
    @markagustin6186 3 года назад +3

    Lol. I’m a beginner, and I’m watching this video! Thanks for the tips!

  • @mathew66
    @mathew66 4 года назад +3

    Good video my guy. Also I think any beginners should do the matlab on-ramp course. This entails all of this information.

  • @celeolou4167
    @celeolou4167 4 года назад +2

    Good advices, but you should avoid to use i (or j) as a variable (for i = 1 ...) since i is the built-in matlab function returning the imaginary unit. It will break your code if you deal with complex number.

    • @matlabforscientists1110
      @matlabforscientists1110  4 года назад

      Totally agree. Unfortunately I came across this issue only after creating this video :-)

  • @dominikjunior1998
    @dominikjunior1998 4 года назад

    Thanks for that semicolon thing...I never use that..and use to think there is something wrong with my pc...or even if I try code on my friends pc...it also use to take time ......I concluded their is something wrong with my luck....god is telling me not to program...😂

  • @bigboss-q8691
    @bigboss-q8691 3 года назад +2

    I took matlab in college and all these tips are basics in there🤣

    • @theadvocate3947
      @theadvocate3947 11 месяцев назад

      I am taking matlab in college now, and yeah, these tips are very basic