In case it is helpful, here are all my Matlab videos in a single playlist th-cam.com/play/PLxdnSsBqCrrEU0dLSrTcl0-w9cVYKMTaF.html. You can support this channel via Patreon at www.patreon.com/christopherwlum or by clicking the 'THANKS' button underneath the video. Please let me know what you think in the comments. Thanks for watching!
AE 501. Thank you very much for this tutorial. As a new MATLAB user, I have learned more about MATLAB's matrix operations via this tutorial. Thank you once again.
At video time 18:20, when talking about say matrix transposes, I would like to point out to the following important fact, that is: the apostrophe alone determines the conjugate transpose, which is completely different from the transpose. To determine the transpose of say matrix M , MATLAB does it as M.' (M followed by dot followed by apostrophe). Either one is legitimate when dealing with vectors or/and matrices containing solely real numbers. Care should be exercised when dealing with complex numbers. For example, when M=[2 -3], M'=M.'=[2 ; -3] . However if M=[-3+4i -3-4i], M'=[-3-4i ; -3+4i] and M.'=[-3+4i ; -3-4i]. Apart from that, an excellent video. Thank you.
Thank you Christopher Lum for such an amazing tutorial how to exchange one column to another( column 1 exchange to column 2 or Column 2 exchange to column 1)
Hi, Thanks for the kind words, I'm glad you enjoyed the video. If you find these videos helpful, I hope you'll consider supporting the channel via Patreon at www.patreon.com/christopherwlum or via the 'Thanks' button underneath the video. Given your interest in this topic, I'd love to have you a as a Patron as I'm able to talk/interact personally with all Patrons. Thanks for watching! -Chris
I found this video helpful with the syntax for defining matricies, especially with regards to extracting sub-matricies. If ever I knew how to do this in the past, that knowledge has been purged a long time ago! AE501
Marcos, thanks, I'm glad these are helpful. Please let me know if you run into any issues. Often it is easy to figure things out with a 10 minute teleconference.
Hi, Thanks for reaching out. If you have questions or would like to request a video, I hope you'll consider supporting the channel via Patreon at www.patreon.com/christopherwlum. I'd love to have you as a Patron as I'm able to talk/interact personally with Patrons. Thanks for watching! -Chris
In case it is helpful, here are all my Matlab videos in a single playlist th-cam.com/play/PLxdnSsBqCrrEU0dLSrTcl0-w9cVYKMTaF.html. You can support this channel via Patreon at www.patreon.com/christopherwlum or by clicking the 'THANKS' button underneath the video. Please let me know what you think in the comments. Thanks for watching!
AE 501. Thank you very much for this tutorial. As a new MATLAB user, I have learned more about MATLAB's matrix operations via this tutorial. Thank you once again.
Excellent refresher on basic matrix operations in MATLAB. Thanks for taking the time to put this together!
Very straightforward and accessible for a MATLAB newbie. Thank you for the tutorial, Dr. Lum!
At video time 18:20, when talking about say matrix transposes, I would like to point out to the following important fact, that is: the apostrophe alone determines the conjugate transpose, which is completely different from the transpose. To determine the transpose of say matrix M , MATLAB does it as M.' (M followed by dot followed by apostrophe). Either one is legitimate when dealing with vectors or/and matrices containing solely real numbers. Care should be exercised when dealing with complex numbers. For example, when M=[2 -3], M'=M.'=[2 ; -3] . However if M=[-3+4i -3-4i], M'=[-3-4i ; -3+4i] and M.'=[-3+4i ; -3-4i]. Apart from that, an excellent video. Thank you.
Matlab is the best, I remember when I discovered you can create a 3d matrix, like a 3x3x3 Matrix, Changed my matlab life haha
This video helped me remember all of the basics in a short amount of time
Useful review of built in functions and matrix operations. Thank you for being so clear, concise and upbeat throughout the video.
It's been a while since I've used Matlab, so this video has been a good refresher.
Definitely needed this review I like the pace of the tutorials. Thanks!
Good refresher to those who haven't used Matlab in a little while
Matlab is definitely the way to go for matrix manipulation
really thank you so much for this kind of teaching, I learned a lot
thanku so much.. this video is very helpful to understand about matrix operations and built in fun.
Very nice, I learned about 2 weeks worth of AMATH 301 in a nice 30 minute segment!
Thanks for a good refresher on how matrices work in Matlab
Nice refresher of how to properly use matrices in Matlab
Great video, I followed along in MatLab and it was the perfect pace for me to enter in everything!
Didn't know you could enter to a new line while defining a matrix, that's a nice way to avoid errors entering values to the matrix
AE 501 :) As someone who used Matlab everyday for my previous job I appreciate its abilities more everyday!
Do you know how to move all my rows up/down/right/left and how to mix the numbers?
Helpful review of manipulating matrices in Matlab
It was a very helpful Tutorial; Thanks!
Great video for working with matrices in MATLAB. I like the intro/review. Thanks.
Great review and saved me time reviewing help files. Thanks!
Tks exactly what I was looking for straight to the point
I'm glad it was helpful. I have other Matlab videos that you might like on the channel. Thanks for watching!
It's been a little while for me so this was helpful!
Incredibly helpful!!! Thank you!
Great resource for matrix manipulation in Matlab
Excellent video and perfect for refreshing my matlab skills
great refresher on matrix operations in MATLAB!
Great video, everything needed to start using matrices
Good review of matrix manipulation in Matlab.
Clear and informative refresher video. Thanks!
Thank you for the video, I definitely learned new things that I have never used in Matlab before.
Thank you Christopher Lum for such an amazing tutorial how to exchange one column to another( column 1 exchange to column 2 or Column 2 exchange to column 1)
Hi,
Thanks for the kind words, I'm glad you enjoyed the video. If you find these videos helpful, I hope you'll consider supporting the channel via Patreon at www.patreon.com/christopherwlum or via the 'Thanks' button underneath the video. Given your interest in this topic, I'd love to have you a as a Patron as I'm able to talk/interact personally with all Patrons. Thanks for watching!
-Chris
Great review on MATLAB functions for matrices!
AE 501 - Very clearly explained, thank you!
Never knew about the linspace function. That's neat.
Did not know about the random function. Might be helpful for the homework!
Thank you for the great introduction into matrix operations within Matlab!
Good way to get experience with matlab's matrix functionality and nuances to be aware of, thank you! (AE 501)
helpful tutorial on using Matrices in Matlab.
Great simple and clear explanations
Excellent video. It is a great refresher on the finer points in MATLAB.
Great video on matrices in matlab!
Thanks a lot from India
Thanks for the instructional video professor!
Great video for learning matrix manipulation
AA516: Great refresher!
Great work! Thank you!
Thank you so much for showing us these videos.
Sam
Great Video! Very Helpful!
Thanks for the review Chris!
Thanks for the review on Matrices!
AE 501. Fall 2020. Thank you for the video Chris.
Good refresher. Thanks!
Good refresher. Thank you for the video
Thank you for the material Professor Lum
Great introduction!
Great video, very helpful
Better than the amath 301 video lectures
I found this video helpful with the syntax for defining matricies, especially with regards to extracting sub-matricies. If ever I knew how to do this in the past, that knowledge has been purged a long time ago!
AE501
Thank you for the video on MATLAB
Good stuff!
Helpful refresher!
thanks again Professor Lum.
So perfect sir, perfect 😊
Good intro/review; thanks!
So helpful.
Thanks for the video professor!
Good video, thanks for the refresher.
Great review!
thanks for the helpful tutorial!
AE501 - This is very helpful and beginner friendly!
Glad to hear that!
Very nice, very helpful.
[AE 501 FALL 22 JENNIFER JOHNSON] I just noticed the time stamps on the video. Greatly appreciated.
Thank you so much teacher , l very useful with it.
Thanks for the Review!
Hopefully I can keep the differences between this and Mathematica straight, but this is great for references if I forget a function!
AE501 Tuan Tran. This is so helpful and great refresher on MATLAB. Thank you very much.
A E 501 These videos paired with your class are very informative for a new MatLab user =)
Marcos, thanks, I'm glad these are helpful. Please let me know if you run into any issues. Often it is easy to figure things out with a 10 minute teleconference.
Thanks for the intro vid. Are you looking forward to the day when all your lectures are recorded?
malaka kineze you saved my life
AE511. Thanks for putting this video together!
Thanks professor!
AE501 - great refresher on matrices
very clear. thanks
The physics teacher in me is screaming mass in kg, velocity in m/s, and energy in J.
Are you serious? Does the american science still use diffrent measures than Jules or Newtons too?
Brilliant!
Great video
Thank you this was very helpful
hello friend
@@ferexzaprotagle8693 oh hello my classmate funny seeing you here
AE511. Good review of working with Matlab
Very helpful.
Thanks for the video
I watch this video at the speed of 0.7x. It feels normal except for few places. if not the information flew over my head. haha
Thank you for the refresh
Reviewed again for AE511. Thank you again!
Matlab is great
good video!
thank you sir from India, this video is of great use to me, sir can u make some videos spcifically for spatial data scientists
Hi,
Thanks for reaching out. If you have questions or would like to request a video, I hope you'll consider supporting the channel via Patreon at www.patreon.com/christopherwlum. I'd love to have you as a Patron as I'm able to talk/interact personally with Patrons. Thanks for watching!
-Chris
Nice video.