No video

Interacting with a Simulink Model from a Matlab Script

  Рет қаралды 183,739

Christopher Lum

Christopher Lum

Күн бұрын

Пікірлер: 299
@ChristopherLum
@ChristopherLum 4 жыл бұрын
In case it is helpful, here are all my Matlab videos in a single playlist kzbin.info/aero/PLxdnSsBqCrrEU0dLSrTcl0-w9cVYKMTaF. 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!
@hihry8555
@hihry8555 3 жыл бұрын
Thank you. Also, where can i dowbload your script ?
@mihirsanjay4577
@mihirsanjay4577 2 жыл бұрын
for those who are using R2021b some tweaks are to be made as described below 11:42 you will see an extra variable (probably named ans) in your workspace once 'sim('PendulumModel.slx')' command is executed. 13:55 Now after that when you create an outport(yout) in simulink and run the code, you wont see any other variable getting added to your workspace. that is because the 'yout' variable will be created under the variable that was previously generated(probably named ans). Due to this you wont get the output you are expecting, to get the appropriate output just change code line, at 15:17 thetasignal = yout.getElement('theta'); to thetasingal = ans.yout.getElement('theta'); also to check the yout variable in command prompt , 14:05 type 'ans.yout'+enter 19:31 to get signal dimensions go to debug ------> information overlays ------->signals------->signal dimensions 23:58 'simX' & 30:38 'logsout' is similar variable to 'yout'. Change the code in similar way.
@davidecascioli4717
@davidecascioli4717 Жыл бұрын
Love you
@anshumansharma6758
@anshumansharma6758 4 жыл бұрын
Your tutorials are long, but the clarity after watching them is amazing. Thank you for putting these efforts for us.
@ChristopherLum
@ChristopherLum 4 жыл бұрын
I'm glad it was helpful, thanks for watching!
@minhaochen2847
@minhaochen2847 4 жыл бұрын
The most helpful Matlab&Simulink instruction I have even seen. Thanks a lot!
@actuallyjc
@actuallyjc 4 жыл бұрын
I was lost until I found you. Thank you very much for the great content.
@ChristopherLum
@ChristopherLum 4 жыл бұрын
I'm glad it was helpful. I have other videos that you might be in interested in regarding Matlab and Simulink. Thanks for watching!
@vor946
@vor946 3 жыл бұрын
this comment is so sweet:)
@tunichtgut5285
@tunichtgut5285 4 жыл бұрын
Your tutorials are far better than the stuff from Mathworks. Thank your very much!
@ChristopherLum
@ChristopherLum 4 жыл бұрын
Thanks for the kind words. I've got several other videos on Matlab at kzbin.info/aero/PLxdnSsBqCrrEU0dLSrTcl0-w9cVYKMTaF, please feel free to check them out. Thanks for watching!
@paulpietrowicz3683
@paulpietrowicz3683 Жыл бұрын
AE501- The level of detail and why the methods are done each way is very helpful. Taking the viewer from novice to beginner quickly. More useful tools in the toolbox for Simulink! Thank you Chris!
@justinp.s9941
@justinp.s9941 5 жыл бұрын
the best recommended for study exchange data from Simulink and Matlab Script ever !!!!!!
@jamesdavey3101
@jamesdavey3101 5 жыл бұрын
Scripting being the superior interface to GUI-based systems, this is a helpful resource.
@triskitman124
@triskitman124 5 жыл бұрын
Being able to have Matlab and Simulink talk to each other is a big advantage. Thanks
@altuber99_athlete
@altuber99_athlete 3 жыл бұрын
Thanks × 100. There aren't great video tutorials for beginners in Matlab/Simulink. Greetings from Venezuela.
@elijahleonen198
@elijahleonen198 10 ай бұрын
AE501: Very helpful explanation of using MATLAB script with Simulink!
@rahelarefayne2905
@rahelarefayne2905 6 ай бұрын
Thank you professor for your help .l am student from ethiopia ,tigray
@yugeshkeluskar
@yugeshkeluskar 4 жыл бұрын
You are the best teacher that I have ever found for Control Theory, I wish I knew you when I was taking my control systems course at university and yeah... you just got a new subscriber. ;)
@ChristopherLum
@ChristopherLum 4 жыл бұрын
I'm glad it was helpful. There are other similar videos on the channel, please feel free to check them out. Thanks for watching!
@yugeshkeluskar
@yugeshkeluskar 4 жыл бұрын
@@ChristopherLum sure
@musicnonstop987
@musicnonstop987 4 жыл бұрын
Christopher Lum, You are a really good instructor. You should make more tutorials!! Maybe more beginners, intermediate, expert
@marcosszmania5874
@marcosszmania5874 2 жыл бұрын
AE 512: good refresher on Simulink!
@ashish-blessings
@ashish-blessings 2 жыл бұрын
Excellent pedagogy. Thankyou Prof. Lum
@ChristopherLum
@ChristopherLum 2 жыл бұрын
Hi Ashish, 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
@alexsteahr8458
@alexsteahr8458 4 жыл бұрын
This is a pretty neat way to take Simulink and data analysis to the next level of complexity
@alisoncaprioli4861
@alisoncaprioli4861 4 жыл бұрын
Learned Simulink a while ago, glad there's a thorough video to help explain again different features.
@Abu-cb6bj
@Abu-cb6bj 3 жыл бұрын
i cant thank you enough. I was stucked at a problem for so long. Your video has helped me solve it.
@julianwoo1609
@julianwoo1609 5 жыл бұрын
Great video on showing how to return and use information from a Simulink model
@safafituri2537
@safafituri2537 3 жыл бұрын
Thank you. I have nothing else to describe how thankful i am 🥺
@jackpascho2561
@jackpascho2561 Жыл бұрын
AA 516: This video made a previously daunting task really easy to understand and follow, I'm excited to learn more about Simulink modeling!
@eengpriyasingh706
@eengpriyasingh706 2 жыл бұрын
My very basic to complex doubts ...all are sorted thanku for such great video.....
@ChristopherLum
@ChristopherLum 2 жыл бұрын
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. 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
@sethwhittington28
@sethwhittington28 3 жыл бұрын
AE501: Very thorough tutorial. Provides instruction on multiple different ways to get data from Simulink to Matlab and vis-à-vis. I think I prefer your 45 minute videos to the 70+ minute videos, especially for foreign concepts.
@sidraman6950
@sidraman6950 5 жыл бұрын
Very helpful video. Gave me a much better understanding of using MATLAB to interact with a Simulink model
@aimeepak717
@aimeepak717 2 жыл бұрын
AE501: This video had exactly what I needed to output data from Simulink. I also never knew you could run a Simulink model from a Matlab script! Knowing that in undergrad would've have helped a lot. Thanks again for a great Simulink reference.
@ChristopherLum
@ChristopherLum 2 жыл бұрын
Aimee, I'm glad it was helpful. Were you able to get the data from the 'To Workspace' block using the new syntax we discussed?
@aimeepak717
@aimeepak717 2 жыл бұрын
@@ChristopherLum I was! I tried out both the "out1" block and the "to workspace" block.
@ginebro1930
@ginebro1930 4 жыл бұрын
Is incredible how bad documented Matlab is, thanks Christopher, you are a life saver.
@rudranathpalit9948
@rudranathpalit9948 3 жыл бұрын
I have been searching for this for the last 4hrs. Thanks a lot God
@TudorMiron
@TudorMiron 2 жыл бұрын
Many thanks for your work! If I would find this tutorial earlier it would have saved me tons of time spent figuring things out myself. Still, this was extremely helpful, thanks to concise and clear way that you present information. Looking forward to learn more from your excellent tutorials.
@ChristopherLum
@ChristopherLum Жыл бұрын
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
@jacobcarroll3933
@jacobcarroll3933 5 жыл бұрын
This video clears up a lot about interfacing MatLAB and Simulink.
@SufiShahHamidJalali
@SufiShahHamidJalali 2 жыл бұрын
One of the very useful that is worth watching and you will learn something from it.
@ChristopherLum
@ChristopherLum 2 жыл бұрын
Hi Sufi, 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. 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
@SufiShahHamidJalali
@SufiShahHamidJalali 2 жыл бұрын
@@ChristopherLum Thanks Chris. Sure I will consider that in a near future! Your work is good and it is worth it so I will do that but in a near future. Now, I am in the middle of something please.
@ahungryflyer
@ahungryflyer 3 жыл бұрын
AE501: Great intro to getting matlab to talk to simulink. I was using R2020b and had some trouble getting "yout" to work correctly like your video. Had to go to model settings -> data import/export -> "uncheck" single simulation output and all worked perfectly. I guess mathworks must have modified that between 2016b and now.
@ChristopherLum
@ChristopherLum 3 жыл бұрын
Andrew, thanks for pointing this out, this is very helpful for users with R2020b. There were indeed some changes made between Matlab versions. As such, be careful in future demos and you may need to make small tweaks.
@lucianogalan3210
@lucianogalan3210 2 жыл бұрын
Just saved me after 45 minutes of trial and error. Thanks!
@user-ep1mj2tq3j
@user-ep1mj2tq3j Жыл бұрын
Thank you! I was struggling from the same issue.
@mohamedmamdouhelkholy2072
@mohamedmamdouhelkholy2072 Жыл бұрын
I keep getting this error "Dot indexing is not supported for variables of this type" .
@kashishsingh9712
@kashishsingh9712 2 жыл бұрын
AMAZING VIDEO. Everything is so clear, no confusion whatsoever. Thank you so much.
@ChristopherLum
@ChristopherLum 2 жыл бұрын
Hi, Thanks for the kind words, I'm glad you enjoyed the video. If the find the these videos to be helpful, I hope you'll consider supporting the channel via Patreon at www.patreon.com/christopherwlum. 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
@rowellcastro2683
@rowellcastro2683 7 ай бұрын
AA516: Thank you for this tutorial Professor! It might be a little bit confusing to some with the newer versions and how the data are structured slightly different but getting help from mathworks and directly clicking the data outputs to see what is stored in there will solve most of the issues. Thanks.
@ChristopherLum
@ChristopherLum 7 ай бұрын
I'm glad you are able to reconcile the differences. This is a powerful mechanism and we'll use this a lot in the future.
@manitaregmi6932
@manitaregmi6932 2 жыл бұрын
AA 516 : Great video, really helped me to get started on HW 3.
@simonriley7750
@simonriley7750 4 жыл бұрын
Amazing lecture. Detailed and well put together. Thank you!
@ChristopherLum
@ChristopherLum 4 жыл бұрын
I'm glad it was helpful. There are other similar videos on the channel please feel free to check them out and let me know what you think in the comments. Thanks for watching
@MrAWD-ox3gk
@MrAWD-ox3gk 2 жыл бұрын
Your explanation is so good! Thanks.
@saviobrenner
@saviobrenner 2 жыл бұрын
Thanks Sir, greetings from Brazil.
@garrettdavis4665
@garrettdavis4665 4 жыл бұрын
Simulink seems to be a super powerful tool!
@ngergihun
@ngergihun Жыл бұрын
One of the best and most useful tutorial. Straightforward but full of details and information at the same time! Huge thanks for it! WANT MORE! :D
@ChristopherLum
@ChristopherLum Жыл бұрын
Hi Gergely, Thanks for the kind words, I'm glad you enjoyed the video. I have a playlist dedicated to Matlab/Simulink on the channel. 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
@everettkinyon7602
@everettkinyon7602 5 жыл бұрын
Thanks! It's really great to see the depth of Simulink/Matlab package
@maheshwaria4359
@maheshwaria4359 3 жыл бұрын
Thank you for your kind help. It saves more time.
@haligali4360
@haligali4360 3 жыл бұрын
You really deserve much more likes!!!!!!!
@ChristopherLum
@ChristopherLum 3 жыл бұрын
I'm glad it was helpful. There are several related videos on the channel. Please feel free to check them out and I would love to hear what you think in the comments. Thanks for watching!
@jesusespinoza2349
@jesusespinoza2349 4 жыл бұрын
Learned a lot; I did most of this stuff manually, but these steps can help save a lot of time
@michelepinato1158
@michelepinato1158 2 жыл бұрын
Thank you for this clear and helpful tutorial
@ChristopherLum
@ChristopherLum 2 жыл бұрын
Hi Michele, 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. 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
@reedthompson6031
@reedthompson6031 5 жыл бұрын
I like how you can create your own torque function and model it in simulink.
@1matzeplayer1
@1matzeplayer1 4 жыл бұрын
Man, you are Incredible!!!
@ChristopherLum
@ChristopherLum 4 жыл бұрын
I'm glad you enjoyed it. I've got several other videos in this series on the channel (and more coming in the very near future). Please let me know what you think of the other videos, thanks for watching!
@user-yz6ho8fx8j
@user-yz6ho8fx8j Жыл бұрын
Great Video!! Very good explanaitions, very good speed an great examples!!
@SomeoneCommenting
@SomeoneCommenting 4 жыл бұрын
Although at 15:27 he shows you how to extract the time signal from the structure (which is nice to learn how to extract any signal from a structure), every simulation will always give you the time vector for the whole thing in the variable *tout* , which you don't need to define because the model will output it by default for you. That *t* that he defined is already *tout* if you wanted to use it. You can see in the variables section that they will both end having the same dimensions, a vector of 903 elements.
@saurabhtalele1537
@saurabhtalele1537 4 жыл бұрын
Sir its just really really helpful...... 🌹🌹🌹
@ChristopherLum
@ChristopherLum 4 жыл бұрын
I'm glad it was helpful. There are other Simulink videos on the channel. Please feel free to check them out. I'd love to hear from you in the comments on a future video. Thanks for watching!
@anthonyz2719
@anthonyz2719 4 жыл бұрын
Had a bit of trouble defining a function on Simulink recently. This gives me hope!! Thank you for the great content.
@jakegalleryn6200
@jakegalleryn6200 4 жыл бұрын
Very in-depth.
@selamhendrix5252
@selamhendrix5252 5 жыл бұрын
great reference for a cleaner/faster way of using simulink thanks
@jxpeng8224
@jxpeng8224 2 жыл бұрын
it's super clear and supportive. Thanks!
@ChristopherLum
@ChristopherLum 2 жыл бұрын
Hi JX, 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. 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
@nathanaelvertori9111
@nathanaelvertori9111 5 жыл бұрын
very good turorial, easy to understand. Thank you!
@ChristopherLum
@ChristopherLum 5 жыл бұрын
Thanks for watching!
@mrcjg42
@mrcjg42 5 жыл бұрын
This video was so helpful I liked *and* commented on it. I don't do that often.
@kenrickchan1165
@kenrickchan1165 5 жыл бұрын
Great resource for learning how to extract simulation data for analysis!
@user-lh2vq1mn1q
@user-lh2vq1mn1q 4 жыл бұрын
thank you very much!, this is very informative and helpfull! I'm an engeneering studant and your channel is like a tresure for me.
@charlesharmon9065
@charlesharmon9065 4 жыл бұрын
A lot of powerful tools/commands! Thank you for the tutorial, Dr. Lum.
@jithendransmusicworld8084
@jithendransmusicworld8084 3 жыл бұрын
Sir,superb description and the way you presented is simply excellent....Expect more from you sir
@ericwang161
@ericwang161 4 жыл бұрын
Another great video! Starting to understand the true ability that Simulink has!
@takudzwamashamba7453
@takudzwamashamba7453 2 жыл бұрын
God bless you again bro!
@veekashpatel953
@veekashpatel953 5 жыл бұрын
Video is really helpful. Lots of good quality of life information.
@muhammadawais581
@muhammadawais581 Жыл бұрын
excellent explanation. Thank you so much.
@ChristopherLum
@ChristopherLum Жыл бұрын
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. I can also answer any questions, provide code, notes, downloads, etc. on Patreon. Thanks for watching! -Chris
@Apocobat
@Apocobat 2 жыл бұрын
Idk if its a quirk or I missed something in the video, but in order to access yout, I have to use out.yout as everything from the model is stored in an out parameter. Not sure why this is, and it seems like not many have this issue, but regardless, this is super helpful and will help me automate a ton of stuff. I'm working with motor models as a side project and running different parameters, voltages, etc and recording steady state/time delay etc and plotting, something that I knew could be done, but had no idea how to do it, seems very possible now. If i wanted to sweep 3-24V, record the steady state to an array, and plot the array, I could very easily do this, even juggling multiple models (comparing simulink parameters and simscape physical sims). This will save me a ton of time, thank you
@ChristopherLum
@ChristopherLum 2 жыл бұрын
Hi Joe, You are correct, this is one of the new additions/changes that Simulink implemented recently. If the find the these videos to be helpful, I hope you'll consider supporting the channel via Patreon at www.patreon.com/christopherwlum. 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. I can also answer questions via Patreon. Thanks for watching! -Chris
@michaelrudolf9988
@michaelrudolf9988 4 жыл бұрын
good overview how to use simulink data in matlab. The graphs in matlab definitely look nicer than the scope charts.
@samedpekdemir5024
@samedpekdemir5024 3 жыл бұрын
Totally great tutorial.
@mgmgthwin584
@mgmgthwin584 3 жыл бұрын
Great Tutorial! Very thank you Sir.
@nimamin
@nimamin 5 жыл бұрын
A really great and useful tutorial. Thanks.
@ChristopherLum
@ChristopherLum 5 жыл бұрын
Thanks for watching
@kenrickchan1165
@kenrickchan1165 5 жыл бұрын
Excellent tutorial
@willowpistone4148
@willowpistone4148 4 жыл бұрын
this video really tied the other intro to Simulink/matlab videos together! I like being able to quickly get the output from the model to compare it to my own analytical calculations- great for visualization too
@zhiqiangfu7948
@zhiqiangfu7948 4 жыл бұрын
This is brilliant, thank you very very much.
@samerrasheed2279
@samerrasheed2279 2 жыл бұрын
It's such an amazing job❤ My gratitude and appreciation for you🙏🙏
@ChristopherLum
@ChristopherLum 2 жыл бұрын
Hi Samer, 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
@Shahaha0418
@Shahaha0418 4 жыл бұрын
Great tutorial! Thank you for the nice demonstrations.
@ChristopherLum
@ChristopherLum 4 жыл бұрын
I'm glad it was helpful. There are other similar videos on the channel please feel free to check them out and let me know what you think in the comments. Thanks for watching!
@westlifegc
@westlifegc 2 жыл бұрын
Awesome tutorial! Really thank you!
@ChristopherLum
@ChristopherLum 2 жыл бұрын
Hi Eric, 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
@souravmondal1767
@souravmondal1767 5 жыл бұрын
This video is very helpful.
@karlbalitaan
@karlbalitaan 4 жыл бұрын
Nice video! Thanks for telling us the different ways to grab outputs from our Simulink model
@mitchellhubbard5727
@mitchellhubbard5727 5 жыл бұрын
Thanks for the great video. This was very helpful and well laid out!
@chetanchaudhari1121
@chetanchaudhari1121 3 жыл бұрын
Great videos Christopher.. Thanks for your efforts for putting this
@HIEPNGUYEN-wb7yg
@HIEPNGUYEN-wb7yg 5 жыл бұрын
Great tutorial. Very helpful. Thanks.
@christophersanchez2256
@christophersanchez2256 4 жыл бұрын
This was very helpful for learning more about Simulink!
@cjyoo1410
@cjyoo1410 4 жыл бұрын
Thanks for the helpful videos
@AnkitKumarmeb
@AnkitKumarmeb 3 жыл бұрын
very useful video, thank you for this!
@robertdelossantos1936
@robertdelossantos1936 4 жыл бұрын
Cleaner method in defining inputs/outputs. Much more comfortable reading data on a matlab script than a Simulink model at the moment.
@kaiserluvsmariel
@kaiserluvsmariel 2 жыл бұрын
This was an incredible video! Thank you so much this helped me with my final project.
@ChristopherLum
@ChristopherLum 2 жыл бұрын
Hi, Thanks for the kind words, I'm glad you enjoyed the video. If the find the these videos to be helpful, I hope you'll consider supporting the channel via Patreon at www.patreon.com/christopherwlum. 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
@matthewbajamundi8774
@matthewbajamundi8774 4 жыл бұрын
A very helpful video. Thank you for posting this.
@philiparcher367
@philiparcher367 5 жыл бұрын
This is excellent. Well done
@ChristopherLum
@ChristopherLum 5 жыл бұрын
I'm glad it was helpful, thanks for watching!
@lindaafifa1997
@lindaafifa1997 3 жыл бұрын
thank you sir, for your explanantion
@xolanisiwela2865
@xolanisiwela2865 4 жыл бұрын
This is brilliant, thank you.
@krystoflis7157
@krystoflis7157 5 жыл бұрын
Very Good Video Thanks Chris
@pradipbane4237
@pradipbane4237 3 жыл бұрын
this what i was searching for so long thanks a lot
@rileynelson2321
@rileynelson2321 5 жыл бұрын
I never knew they were so simply interconnected!
@petermay6090
@petermay6090 7 ай бұрын
AA516: Very helpful!
@ryoonoue1076
@ryoonoue1076 2 жыл бұрын
AE501. Great Video. I had actually never really used Simulink and I was thinking whether this was possible during the last video. I think you did a great job describing how to utilize it. Thanks for the vid!
@carterkraus2815
@carterkraus2815 5 жыл бұрын
Excellent tutorial, thanks
@sajeew
@sajeew 4 жыл бұрын
This section helped in our homeworks Thanks Sam
@tonyjanssen4255
@tonyjanssen4255 4 жыл бұрын
Wow! This is great. Thank you so much.
@ChristopherLum
@ChristopherLum 4 жыл бұрын
I'm glad it was helpful thanks for watching!
@hosseinrohani5087
@hosseinrohani5087 Жыл бұрын
Very useful!! Thank you.
@ChristopherLum
@ChristopherLum Жыл бұрын
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. I can also answer any questions, provide code, notes, downloads, etc. on Patreon. Thanks for watching! -Chris
@truthclips
@truthclips 2 жыл бұрын
So helpful...thank you so much!!
@ChristopherLum
@ChristopherLum 2 жыл бұрын
Thanks for the kind words, I'm glad you enjoyed the video. If the find the these videos to be helpful, I hope you'll consider supporting the channel via Patreon at www.patreon.com/christopherwlum. 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!
@ryancazin5930
@ryancazin5930 5 жыл бұрын
Thanks for the detailed tutorials on these utilities!
Standard 2nd Order ODEs: Natural Frequency and Damping Ratio
1:34:48
Christopher Lum
Рет қаралды 13 М.
Getting Started with Simulink
29:03
Christopher Lum
Рет қаралды 30 М.
小丑把天使丢游泳池里#short #angel #clown
00:15
Super Beauty team
Рет қаралды 45 МЛН
女孩妒忌小丑女? #小丑#shorts
00:34
好人小丑
Рет қаралды 69 МЛН
SPILLED CHOCKY MILK PRANK ON BROTHER 😂 #shorts
00:12
Savage Vlogs
Рет қаралды 48 МЛН
Before VS during the CONCERT 🔥 "Aliby" | Andra Gogan
00:13
Andra Gogan
Рет қаралды 7 МЛН
Ordinary Differential Equations and Dynamic Systems in Simulink
44:58
Christopher Lum
Рет қаралды 77 М.
Everything You Need to Know About Control Theory
16:08
MATLAB
Рет қаралды 534 М.
Creating Movies and Animations in Matlab
27:01
Christopher Lum
Рет қаралды 114 М.
Getting Started with Simulink for Controls
11:31
MATLAB
Рет қаралды 173 М.
Simulink Basics - A Practical Look
57:44
MATLAB
Рет қаралды 147 М.
Matlab Scripting for Simulink
5:46
Simulink Instructor
Рет қаралды 12 М.
simulating systems using matlab simulink 'Differential equations Example'
11:33
Simulink Control Systems and PID,  Matlab R2020b
23:13
Nikolai K.
Рет қаралды 174 М.
小丑把天使丢游泳池里#short #angel #clown
00:15
Super Beauty team
Рет қаралды 45 МЛН