Тёмный

Interacting with a Simulink Model from a Matlab Script 

Christopher Lum
Подписаться 70 тыс.
Просмотров 185 тыс.
50% 1

Опубликовано:

 

3 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 300   
@ChristopherLum
@ChristopherLum 4 года назад
In case it is helpful, here are all my Matlab videos in a single playlist ru-vid.com/group/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 5 лет назад
Your tutorials are long, but the clarity after watching them is amazing. Thank you for putting these efforts for us.
@ChristopherLum
@ChristopherLum 5 лет назад
I'm glad it was helpful, thanks for watching!
@jamesdavey3101
@jamesdavey3101 5 лет назад
Scripting being the superior interface to GUI-based systems, this is a helpful resource.
@alisoncaprioli4861
@alisoncaprioli4861 5 лет назад
Learned Simulink a while ago, glad there's a thorough video to help explain again different features.
@rudranathpalit9948
@rudranathpalit9948 3 года назад
I have been searching for this for the last 4hrs. Thanks a lot God
@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.
@safafituri2537
@safafituri2537 3 года назад
Thank you. I have nothing else to describe how thankful i am 🥺
@jacobcarroll3933
@jacobcarroll3933 6 лет назад
This video clears up a lot about interfacing MatLAB and Simulink.
@sidraman6950
@sidraman6950 6 лет назад
Very helpful video. Gave me a much better understanding of using MATLAB to interact with a Simulink model
@aimeepak717
@aimeepak717 3 года назад
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 3 года назад
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.
@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 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 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
@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
@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
@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
@MrAWD-ox3gk
@MrAWD-ox3gk 2 года назад
Your explanation is so good! Thanks.
@everettkinyon7602
@everettkinyon7602 6 лет назад
Thanks! It's really great to see the depth of Simulink/Matlab package
@minhaochen2847
@minhaochen2847 4 года назад
The most helpful Matlab&Simulink instruction I have even seen. Thanks a lot!
@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!
@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
@anthonyz2719
@anthonyz2719 5 лет назад
Had a bit of trouble defining a function on Simulink recently. This gives me hope!! Thank you for the great content.
@ericwang161
@ericwang161 5 лет назад
Another great video! Starting to understand the true ability that Simulink has!
@charlesharmon9065
@charlesharmon9065 5 лет назад
A lot of powerful tools/commands! Thank you for the tutorial, Dr. Lum.
@jithendransmusicworld8084
@jithendransmusicworld8084 4 года назад
Sir,superb description and the way you presented is simply excellent....Expect more from you sir
@jakegalleryn6200
@jakegalleryn6200 5 лет назад
Very in-depth.
@marcosszmania5874
@marcosszmania5874 2 года назад
AE 512: good refresher on Simulink!
@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:)
@nathanaelvertori9111
@nathanaelvertori9111 5 лет назад
very good turorial, easy to understand. Thank you!
@ChristopherLum
@ChristopherLum 5 лет назад
Thanks for watching!
@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
@takudzwamashamba7453
@takudzwamashamba7453 2 года назад
God bless you again bro!
@philiparcher367
@philiparcher367 5 лет назад
This is excellent. Well done
@ChristopherLum
@ChristopherLum 5 лет назад
I'm glad it was helpful, thanks for watching!
@garrettdavis4665
@garrettdavis4665 5 лет назад
Simulink seems to be a super powerful tool!
@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!
@souravmondal1767
@souravmondal1767 5 лет назад
This video is very helpful.
@gurjeetjaggi8316
@gurjeetjaggi8316 5 лет назад
Great Tutorial Easy to Watch thank you
@marilynjasmer8365
@marilynjasmer8365 6 лет назад
Very informational, thanks for the tutorial!
@truthclips
@truthclips 3 года назад
So helpful...thank you so much!!
@ChristopherLum
@ChristopherLum 3 года назад
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!
@helenkuni9039
@helenkuni9039 6 лет назад
Very interesting and helpful tutorial.
@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
@mylesdeluca8789
@mylesdeluca8789 6 лет назад
Great help Professor!
@spencergrayston1685
@spencergrayston1685 6 лет назад
Very useful information.
@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
@zaneyosif
@zaneyosif 2 года назад
AE 501. Great refresher video. I used Simulink a lot in my aero undergrad but I haven't used it quite as much post grad so this was super helpful shaking the rustiness of the bones. I was curious though how you were able to get the labels on the scope plots, I didn't see any options to label the title/give an x or ylabel. You could probably output the data to matlab and then plot from there (spoilers for the next video ha!) but I just wanted to know if the use of scope was limited or not. Thanks again!
@LorraineB_0911
@LorraineB_0911 6 лет назад
Thank you. A great resource.
@reedthompson6031
@reedthompson6031 5 лет назад
I like how you can create your own torque function and model it in simulink.
@robertdelossantos1936
@robertdelossantos1936 5 лет назад
Cleaner method in defining inputs/outputs. Much more comfortable reading data on a matlab script than a Simulink model at the moment.
@jasondorn3514
@jasondorn3514 5 лет назад
Thanks for the video! Dealer's choice on how you go about moving information between Simulink and Matlab
@kylekearsley800
@kylekearsley800 6 лет назад
Very useful. Thanks!
@ahmeds9346
@ahmeds9346 3 года назад
very helpful thanks
@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.
@polysh
@polysh 5 лет назад
excellent and very informative. please create a video on function-call subsystem & execution order.
@sethwhittington28
@sethwhittington28 4 года назад
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.
@manitaregmi6932
@manitaregmi6932 2 года назад
AA 516 : Great video, really helped me to get started on HW 3.
@AbhishekMishra-wn3dw
@AbhishekMishra-wn3dw Год назад
Thank you Chris, it was really a nice video. Very well explained. I would like to know few more things about the interaction between matlab script and Simulink. What I want to do is, I want to execute an optimization code which measures the Simulink output continuously over time and under certain conditions it optimizes the input signal and applies the modified input to the simulink while it is still running. Is it possible to do that? In case it is possible I would like to request you to make a video on this. Thank you.
@ChristopherLum
@ChristopherLum Год назад
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 or via the 'Thanks' button underneath the video. I'd love to have you as a Patron as I'm able to talk/interact personally with Patrons. Thanks for watching! -Chris
@joewalker5753
@joewalker5753 5 лет назад
Great video
@devinligman
@devinligman 6 лет назад
Helpful content!
@ahungryflyer
@ahungryflyer 4 года назад
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 4 года назад
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 3 года назад
Just saved me after 45 minutes of trial and error. Thanks!
@일렉튜브
@일렉튜브 2 года назад
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" .
@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
@elijahleonen198
@elijahleonen198 11 месяцев назад
AE501: Very helpful explanation of using MATLAB script with Simulink!
@innolegbedo965
@innolegbedo965 2 года назад
very good explaination i would like to know if it possible to creat a block containing loss formulas of an induction motor to perform a modelisation
@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 ru-vid.com/group/PLxdnSsBqCrrEU0dLSrTcl0-w9cVYKMTaF, please feel free to check them out. Thanks for watching!
@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!
@johnsmail2819
@johnsmail2819 6 лет назад
Good video.
@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!
@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!
@rameezrashid6904
@rameezrashid6904 2 года назад
Thank you for the tutorial! Can i extract the data from simulink, for example in this tutorial theta and theta dot, use them as inputs for a matlab script and feed the output back to the simulink model. My question basically is: is it possible to use the "x" state data while its being updated in the array at every time step?
@ChristopherLum
@ChristopherLum 2 года назад
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 or via the 'Thanks' button underneath the video. I'd love to have you as a Patron as I'm able to talk/interact personally with Patrons. Thanks for watching! -Chris
@jimmiebruders2916
@jimmiebruders2916 6 лет назад
great stuff
@sayedabdullah3674
@sayedabdullah3674 4 года назад
can any one please help on this messages No appropriate method, property, or field 'values' for class 'Simulink.SimulationData.Signal'. Error in Matlabscriptwithsimulinkmodel (line 24) theta = thetaSignal.values.Data;
@kheireddinemoulay4155
@kheireddinemoulay4155 9 месяцев назад
Dear sir , Hello, First of all thank you for your videos I hope you can help me with my issue, i am working with matlab simulink and matlab script and i need to bring some data from work space to simulink model and for the script code i must run the model first because there is signals i need it for the code to work correctly so i need to run the model and simulink in the same time (sorry i know its confusing). My issue is when i use the from workspace block i get the following error Error using FAULTMMC (line 4) Invalid variable specified as workspace input in 'MMCV/From Workspace'. The variable is either a matrix or is a Simulink.SimulationData.Dataset object with an element containing matrix data. The matrix data must be a real, double, have two dimensions, and at least two columns. The first column must contain time values and the remaining columns the data values. Matrix values cannot be Inf or NaN
@chenwu7667
@chenwu7667 3 года назад
Do you have video show Matlab/Simulink co-simulation. For example: If the Matlab runs a scenario from 0 to 10 sec at time-step t0. At each t0 Matlab-time-step, Matlab generates data D that needs to be sent in the Simulink model. The Simulink model is also runs from 0 to 10 sec, but 1) it runs at t1 Simulink-time-step, 2) at each t0 time-interval it gets D data from Matlab, 3) it outputs data, called outData (initial outData=0) at each t2 time-interval. So both Matlab code and Simulink model run together to finish from 0 to 10 seconds. In addition, the Simulink model needs to use all the D data from beginning to the latest one in order to run at each t1 Simulink-time-step.
@leiwang8438
@leiwang8438 4 года назад
a nice presentation: T_in=t_in.*(t_in=10);
@ZachAtkinson-u3d
@ZachAtkinson-u3d 20 дней назад
Sir, thank you for the video! How would I input a structure into a simulink model for a matlab function block?
@phillipmaser132
@phillipmaser132 Год назад
This is so informative, Going from timeseries and a structural timeseries. I am assuming the array mode has same or different extraction rules as well. I have a brushless DC 3 phase model. I have broken it down into components. Trying to get data parameters from a real motor for the mask block. Motor and control board -- Real Hardware -- How do I step this hardware to get a system Identification from this hardware, building a transfer function similar to your DE pend equation by creating and testing Matlab script files and extracting data from the Simulink model and the real hardware model from via stepping and putting a scope on the output of the model possible creating a bode plot. Maybe using a network analyzer to capture magnitude and phase. Signal source in and Capture wave forms out. Motor Drive hardware is controlled via microcontroller. Sending commands sends the motor to position. I am thinking we would bypass the microcontroller and step after the micro giving us the analog real time version of the model. Mto avoid
@ChristopherLum
@ChristopherLum Год назад
Hi Phillip, 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
@mrcjg42
@mrcjg42 6 лет назад
This video was so helpful I liked *and* commented on it. I don't do that often.
@OmSuraj
@OmSuraj 2 года назад
Sir if I want to vary the constant block with multiple value how can I do?
@limjunthai9467
@limjunthai9467 3 года назад
The your value is in 903x1 double instead of 1x1 DataSet May i ask why ?PLs
@eowynfreedomfighter
@eowynfreedomfighter 6 лет назад
Thank you!
@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!
@samirtrivedi2958
@samirtrivedi2958 4 года назад
Can you guide to use simulink clock time as input parameter of MATLAB function block ?
@shaillybhai007
@shaillybhai007 4 года назад
Thank you for the detailed video Dr. Lum. I came to realise many new things that MATLAB could do. However, I would like to know that is there any way to run the system with a vector type input.
@ChristopherLum
@ChristopherLum 4 года назад
Yes, signals can be vectors or matrices. Check out my video at ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-Cvu2zWk3gYw.html for info on how to do this. Thanks for watching.
@julianwoo1609
@julianwoo1609 6 лет назад
Great video on showing how to return and use information from a Simulink model
@muhammadahsanzamee4385
@muhammadahsanzamee4385 5 лет назад
Cool!
@xolanisiwela2865
@xolanisiwela2865 4 года назад
This is brilliant, thank you.
@user-yz6ho8fx8j
@user-yz6ho8fx8j Год назад
Great Video!! Very good explanaitions, very good speed an great examples!!
@olivergen
@olivergen 3 года назад
I noticed in the θ vs time graph, why is θ NOT oscillating around 0?
@sharoongill4074
@sharoongill4074 4 года назад
Why there is no library(blocks) present in simulink library browser ???
@Kumky605
@Kumky605 8 месяцев назад
AA516 Very helpful for my homework! thank you!
@NataliaErmolaeva-i8q
@NataliaErmolaeva-i8q 11 месяцев назад
AE501: Very helpful video, I am re-watching it to try and understand the relationship between the out command an the variable yout. After adding the element to Simulink and trying to run in Matlab, I am still getting an error for the variable yout, which was not added to the workspace. Any help would be apprecieated. -Natalia Ermolaeva
@ChristopherLum
@ChristopherLum 11 месяцев назад
Note that the steps outlined in the video are for an older version of Matlab. I have updated code in the description of the video. Try this out and let me know if things still aren't working.
@HIEPNGUYEN-wb7yg
@HIEPNGUYEN-wb7yg 6 лет назад
Great tutorial. Very helpful. Thanks.
@abdenbihabbouche4202
@abdenbihabbouche4202 2 года назад
do You have an example of discrete LPV system in simulnik, or can you help me to do itn please?
@zacharywilliams2436
@zacharywilliams2436 6 лет назад
Good vid
@rahelarefayne2905
@rahelarefayne2905 8 месяцев назад
Thank you professor for your help .l am student from ethiopia ,tigray
@mitchellnakaki7900
@mitchellnakaki7900 5 лет назад
awesome how much automation can be put into these models, seems like future work can be done very efficiently
@limjunthai9467
@limjunthai9467 3 года назад
why my value for yout isnot 1*1 but is 903*1 size ?
@sadiaumer949
@sadiaumer949 4 года назад
HI, If I have an EOM as 4mu''+15cu'+3ku=12cz' where m=mass, c=damping & k=stiffness, u =response, and z=input displacement if z=Zsin(omg*t), Z=amplitude of input, then how I will give input to simulink?
@maheshwaria4359
@maheshwaria4359 4 года назад
Thank you for your kind help. It saves more time.
@mitchellhubbard5727
@mitchellhubbard5727 6 лет назад
Thanks for the great video. This was very helpful and well laid out!
@ryanbrown172
@ryanbrown172 4 года назад
For some reason the out1 sink didn’t send data to my workspace.
@saviobrenner
@saviobrenner 2 года назад
Thanks Sir, greetings from Brazil.
Далее
Getting Started with Simulink
29:03
Просмотров 30 тыс.
МАЛОЙ ГАИШНИК
00:35
Просмотров 495 тыс.
Living life on the edge 😳 #wrc
00:17
Просмотров 2,8 млн
Everything You Need to Know About Control Theory
16:08
Просмотров 556 тыс.
3D Plotting in Matlab
34:58
Просмотров 239 тыс.
Getting Started with Simulink for Controls
11:31
Просмотров 177 тыс.
The Value of Source Code
17:46
Просмотров 49 тыс.
Simulink TIPS: Model Reference
11:41
Просмотров 9 тыс.