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!
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.
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!
Very nice work, I will recommend my friends to see it 💙💙💙
very helpful, thank you for the efforts
Thanks very helpful
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.
Yes, you are right. a = a + 1 "updates" the variable a, without creating the new variable.
what happen to your remaining videos sir?
Part three can be found at th-cam.com/video/lCEcZuxUf6U/w-d-xo.html
thank you o much
thank yyou
No problem, thanks for watching!
How do I solve this question
f=|e^cos(x-y) + tan(x^6) / 3^(x*y)|
Typically, you need two equations since you have two unknowns. Is this only equation you have?