I like how you used simple, one character variables, for your first explanation. Unlike the other MatLabbers who use words with underscores as their variables. They make things more complicated than they need to be for beginners like us. I like your simple approach.
My professor spent 2 weeks to teach us if, elseif, else and functions, and I still cannot get it. You just use 20 mins. clear English expression. Thank you
If weather = "Sunny": bring suncream; Elseif weather = "rain"': bring umbrella; This is a basic example, but you use else and elseif statements when you want to make more than one decision.
thank you. I now have a glimmer of hope that I'm going to pass this class. my professor went over this for 4 hours last class and I had no idea what he was saying
The way you explained is so easy to follow and I finally get it after watched many others. Please make more if it is possible, thank you for all your efforts!
Thank you so much David 🙏🏻 You are such a brilliant tutor. I love your explanation and it's easy to comprehend and remember forver once learned from you. All the best
This helped me thank you, could you possibly do more advanced videos? Like a function and having conditional statements? Such as finding a root of a function. I feel like this would be really well done by you. Thanks again.
Go to the HOME tab. Click the Preferences icon in the ENVIRONMENT section. Select Fonts from the menu. Select a new size from the dropdown menu in the Desktop code font section.
congratulations. you spoke clearly. Can we call A and V value from another file (not A or V form) at the same time. By entering A and V entries into the file, not from the Command window.
Am I able to create a new function after using %% within this same script? I am having trouble with this as it is an assignment and there are multiple examples.
Using the user defined function created in above two task write a MATLAB code to generate following signals and plot them: 1. x(n)=u (n ) −6 ≤ n ≤ 6 2. x1(n)=x(n+2) 3. x2(n)=x1(2n) 4. x3(n)=x1(-n) CAN YOU SOLVE THIS PROBLEM .......
@@SpartanProfessor Thank you Sir Of all the videos I have watch you explained best Please how can I do to learn and master ma tlab I just started it a week ago.its so confusing given that am doing it by myself
Your English was very clear. I understood what you tried to teach us, easily. Thank you so much from Turkey. :)
u were able to explain funtions in 12 miuntes ,while my teacher couldent in 2 weeks
thank you
my teacher literally just talked bs no one understood shit HAHA always gotta watch yt
I hope they taught you how to spell.
Clearly they weren't an English teacher
Very helpful! Finally someone who speaks clearly and slow enough!
My gosh , I found your channel at the exact moment I needed the most ...and thank you for your simple yet detailed approach, sir .
I do not understand how can someone dislike this video. Thank you so much for the tutorial.
You're indeed a great tutor, for once you've really made me enjoy a lesson of MATLAB. hoping to learn more from you, boss
Glad to hear that!
I like how you used simple, one character variables, for your first explanation. Unlike the other MatLabbers who use words with underscores as their variables. They make things more complicated than they need to be for beginners like us. I like your simple approach.
Im gay.
Wanted to give 2 like but i could not, gave only one. Life saver!
My professor spent 2 weeks to teach us if, elseif, else and functions, and I still cannot get it. You just use 20 mins. clear English expression. Thank you
If weather = "Sunny":
bring suncream;
Elseif weather = "rain"':
bring umbrella;
This is a basic example, but you use else and elseif statements when you want to make more than one decision.
thank you. I now have a glimmer of hope that I'm going to pass this class. my professor went over this for 4 hours last class and I had no idea what he was saying
funny how we all are in the same boat when studying this in the university 🤕
Amazingly clear and precise instructions, even a Matlab noob like myself understood it from here with ease. Thanks bro!
The way you explained is so easy to follow and I finally get it after watched many others. Please make more if it is possible, thank you for all your efforts!
Great video! Easy to follow and super helpful!
Thanks! I'm actually about to release an updated version of this since there have been some slight changes to the function template in MATLAB.
In order to let us understand what you said, you was trying to talk so slow, thank you from vietnam!!
You are a wonderful teacher. you explain the topic so nicely that one can understand very quickly. Want to learn more about matlab from you.
why would anyone dislike this lmao, super clear, and exactly what you clicked for.
Thank you for that brief explanation
Thank you so much! This helped a lot! I’m trying to learn more about Matlab because I’m using it a lot in my internship. 😊
You're so welcome!
Im so happy i found your channel. You explained this so clearly and got straight to the point. Subscribed!!
Thank you so much for the absolute clear explanation of every point. Lots of thank you from India.. Namaste 🙏🙏🙏🇮🇳🇮🇳🇮🇳🇮🇳
Glad it was helpful!
Thank you so much David 🙏🏻 You are such a brilliant tutor. I love your explanation and it's easy to comprehend and remember forver once learned from you. All the best
Very nicely explained. Everyone learning matlab should watch this video.
Brilliant video. So clear and straight to the point. Thanks a lot.
Thanks for the pin point explanation!
Very helpful! Very clear English and excellent explanation . Sir, can you add more Tutorials if possible please.
David, Nice and simplified presentation
I am getting "undefined function or variable" error please help
thanks elijah wood, that was very helpful, exactly what I was looking for
Very nice presentation. Thank you very much. Respect from Pakistan
This was a difficult topic for me to understand. Thank you (Teşekkürler) from Turkey.
Your accent is so clear...good job!!👍🏻
This was such a helpful video! Thank you for your thorough explanation :)
thanks we want more of your videos, really helpful stuff
Thanku so much sir !! This is so helpful... Lots of love from India
you are awesome, thanks a lot, you deserve 5 stars
thanks for your explanation. all your videos so helpful.
Helpful, Really appreciate.
learning this through online lectures is a nightmare😫😫 thank you for your help😀😀🤓
same here
Thank you so much that was so helpful. From the UAE
amazing explanation bro
How do you deal with the error that says "input arguments might be unused" ?
lovely video and very easy to understand
very good explanation. i recommend to beginners learning matlab
This helped me thank you, could you possibly do more advanced videos? Like a function and having conditional statements? Such as finding a root of a function. I feel like this would be really well done by you.
Thanks again.
Roots of a function as in the x-intercepts*
thanks David, it was a great video!
AMAZING extremely helpful !
very well presented. loved it. Thank you
he explained so good
is it possible to do a function within a function? if so, how do we pass more inputs into the inner most function?
When i write area_volume(2,20), then only area is displayed. Why?
Im a newbie to Matlab. Where can i learn
Very clear explanation thanks for this vid
How to use both sigshift and sigadd
Excellent way of explaining things sir. I have a question.
Sir how can we increase the font size of the text in the code like yours.
Go to the HOME tab. Click the Preferences icon in the ENVIRONMENT section. Select Fonts from the menu. Select a new size from the dropdown menu in the Desktop code font section.
In my case, it's always showing that 'undefined function or variablr r'. Sadly, it's not working for me.
Ou, thank you. I have been for long hours trying to do a function ~~~^^
congratulations. you spoke clearly. Can we call A and V value from another file (not A or V form) at the same time. By entering A and V entries into the file, not from the Command window.
Hey if i want to write a resarch paper in Robotics do i need to learn something else
How can I write a function where I am using a string as the input?? e.g. [output] = function("String_Input")
Thank you sir,this is exactly what do i want.
Am I able to create a new function after using %% within this same script? I am having trouble with this
as it is an assignment and there are multiple examples.
keep going
The explanation was simple and understandable 🥰😀
Thank you very much 🤍 💐
crisp and clear !
thank you sir everything is clear now
Thanq Very much! I understood very clearly!!!!!!!!!!
Thank you! Very helpful!
Can you do more videos pls and can you do videos on code generation in matlab
Awesome brother. Thank u.
very clear! thank you
Using the user defined function created in above two task write a MATLAB code to generate following signals and plot them:
1. x(n)=u (n ) −6 ≤ n ≤ 6
2. x1(n)=x(n+2)
3. x2(n)=x1(2n)
4. x3(n)=x1(-n)
CAN YOU SOLVE THIS PROBLEM .......
that helped a lot! thanks
Thank you professor.
You are very welcome.
Excellent!
please provide whole course on matlab
I hope u make more videos About GUI matlab
Thanks so much. How can I do to watch more videos on your courses on matlab
@@SpartanProfessor Thank you Sir
Of all the videos I have watch you explained best
Please how can I do to learn and master ma tlab
I just started it a week ago.its so confusing given that am doing it by myself
So helpful
Thank you!
thanks my dear😍
Hey, @spartan professor, thank you for excellent video! I have one doubt, can we define multiple functions in a same file?
Yes you can! You can define functions within another function (nesting). Or, you can create a primary function that contains one or more subfunctions.
thank you so much
This is awesome!
Thanks mate
Thank you 🥰
So clear accent. I guess you are from Greek origin? Ευχαριστώ!
very clear
Thank you so much!!!
@@SpartanProfessor waiting for next video
make more videos professor
thanks a lot
thanks
Sow me how the loop works.
On MatLab. It realy helps. Thank you.
good one! #techtalks
1.25x speed helps a lot
GOAT status
thanks!!
THANK YOUUUUUUUUUUUU
better.
+
Beautiful eyes on that android
fucking jump scared me