Linearizing a Simulink Model Using the Linear Analysis Tool and ‘linmod’

Поделиться
HTML-код
  • Опубликовано: 7 фев 2025

Комментарии • 58

  • @ChristopherLum
    @ChristopherLum  4 года назад +7

    In case it is helpful, here are all my Matlab videos in a single playlist ruclips.net/p/PLxdnSsBqCrrEU0dLSrTcl0-w9cVYKMTaF. Please let me know what you think in the comments. Thanks for watching!

  • @davidtelgen8114
    @davidtelgen8114 8 месяцев назад +1

    AE 512: Discussion of the end game of linearizing these systems in the last minute of the video was really helpful for me, thanks!

  • @isaiahwallace5119
    @isaiahwallace5119 9 месяцев назад

    This was actually SO FANTASTIC. THANKS!

  • @akanguven114
    @akanguven114 4 года назад +3

    I want to thank you for your enlightening videos, appreciate!

  • @GlaerAven
    @GlaerAven 5 лет назад +1

    That's a very good video. Clear and organized. Keep the work going! You just earned a new subscriber

    • @ChristopherLum
      @ChristopherLum  5 лет назад +1

      I'm glad it was helpful, thanks for watching!

  • @sethwhittington28
    @sethwhittington28 Год назад

    AE511: awesome! Thanks Chris, now I can try to use this linearization technique on my final project!

    • @ChristopherLum
      @ChristopherLum  Год назад

      Great, I'm excited to see what you do with it!

  • @milesrobertroane955
    @milesrobertroane955 11 месяцев назад

    AA516: Good video! I am excited to apply it to the RCAM model

  • @yaffetbedru6612
    @yaffetbedru6612 11 месяцев назад

    AA516: Thanks for sharing about the linmod tool and how I can linearize blocks of my SImulink models to reach a linear state-space model.

  • @edwardmau5877
    @edwardmau5877 8 месяцев назад +1

    AE 512: Good tutorial.

  • @justinhendrick3743
    @justinhendrick3743 5 лет назад

    Thanks for the showing the tools to linearize a system!

  • @edwardsanchez2331
    @edwardsanchez2331 5 лет назад

    A lot of info packed into this video. Great video, thanks!

  • @gitarplayer13
    @gitarplayer13 5 лет назад +3

    Thanks professor. I liked the video, but I think it would be better with a little more up front discussion on why we want to linearize the model. It would help drive the discussion. Maybe this is because I may have missed an earlier video.

  • @darylfishback-duran3580
    @darylfishback-duran3580 5 лет назад

    I worked alongside the tutorial. Easy to follow.

  • @krystoflis7157
    @krystoflis7157 5 лет назад

    Linmod is extremely powerful and this video is a great demonstration of it!

  • @khlad31
    @khlad31 4 года назад +1

    Thank you so much for your excellent explanation

  • @selamhendrix5252
    @selamhendrix5252 5 лет назад

    thank you for the lecture, definitely need to play around with the linearization more.

  • @MattAero
    @MattAero 5 лет назад

    AE511: nice video, great way to see how different inputs will affect specific outputs

  • @chayweaver.2995
    @chayweaver.2995 8 месяцев назад

    AE512: Would love to see how these two optimization/trimming techniques could be applied within Simscape

  • @zaneyosif
    @zaneyosif Год назад

    AE511: Interesting to see the differences between the non linear and linear models, especially for velocity as the step input increased

  • @liupeterw
    @liupeterw 11 месяцев назад

    AA516: It's interesting to see how there's two fairly convenient ways to linearize non-linear Simulink models!

  • @boeing797screamliner
    @boeing797screamliner 4 года назад +1

    AA516 - I'm enjoying the lectures; looking forward to applying the techniques introduced this week to RCAM

  • @rowellcastro2683
    @rowellcastro2683 11 месяцев назад

    AA516: I think everything is coming together. So first we model a nonlinear system, linearize it at a trim point, then create a feedback control system like a simple PID controller and actuator(s) to make the system stay in the trim point. NICE

  • @MuhammadArshad-gj3fy
    @MuhammadArshad-gj3fy Год назад

    Hi Professor the videos are very helpful thank you for sharing .

  • @alanlee4326
    @alanlee4326 5 лет назад

    AE511: great video on using Matlab to linearize a nonlinear system model.

  • @aimeepak717
    @aimeepak717 Год назад

    AE511: Wow, Matlab really is a powerful tool!

  • @azezegizachew3713
    @azezegizachew3713 4 года назад

    thank you for your presentation. would you please show us the steps how to model planner vehicle in Simulink?

  • @rahulsylvester7012
    @rahulsylvester7012 5 лет назад +1

    You are amazing. Thank you

  • @simoneboccardi7942
    @simoneboccardi7942 5 лет назад

    Great video.

  • @WalkingDeaDJ
    @WalkingDeaDJ 8 месяцев назад

    Jason-AE512: I really like the code explanation part, but if I can have the source code to practice, that will be much helpful.

  • @princekeoki4603
    @princekeoki4603 11 месяцев назад

    AA516: Sick!

  • @danielmoore1994
    @danielmoore1994 2 года назад +1

    AA516 - Thanks for another great lecture. Assuming that you are using Matlab and Simulink in industry, I am curious whether you tend to define system models within the Simulink GUI or as a function referenced by the Simulink "Matlab Function" call or something comparable.

    • @ChristopherLum
      @ChristopherLum  2 года назад

      Good question, it really is a combination of both methods. Generally it is easier to use a Matlab Function if the algorithm is complex.

  • @Colin_Baxter_UW
    @Colin_Baxter_UW 11 месяцев назад

    AA516: Thank you!

  • @syafiqm2140
    @syafiqm2140 2 года назад

    I did for 2input-3output MIMO system. I got the result that the system has decoupled. Available transfer function only Input 1 respecting to output 1 & 2, and also input 2 respecting to output 3. For me, it is not logic in the first place, because every state variable dependent to each other in every differential equation. Is it reliable that they can have decoupled system like this? I plotted the response, it seems that linearized model still follow the nonlinear one

    • @ChristopherLum
      @ChristopherLum  2 года назад

      Hi,
      Thanks for reaching out, I'm glad you enjoyed the video. Unfortunately I'm unable to respond to questions on RUclips due to the sheer volume of inquiries that I receive. That being said, I hope you'll consider supporting the channel via Patreon at www.patreon.com/christopherwlum as I'll be able to answer questions there. Given your interest in the topic, I'd love to have you as a Patron as I'm able to talk/interact personally with Patrons. Thanks for watching!
      -Chris

  • @bsgove
    @bsgove 8 месяцев назад

    AE512: while it is cool that you can linearize about the trim point, I don't quite understand why this is necessary if you have access to a nonlinear plant that should produce more accurate results... Perhaps it is just for control design?

    • @ChristopherLum
      @ChristopherLum  8 месяцев назад

      Thanks for catching up on the comments, I've got you down for participation now

  • @law7780
    @law7780 3 года назад

    Hi Christopher,
    i have a question regarding designing a linear controller for the linearized model, when we linearize the model in the desired trim point. For example the watertank model givin by simulink.
    Why does the linear controller (e.g. PID) works fine with the non-linear system afterward? The reference of the height can be set arbitrarly, altohugh i linearized the model for a certain height and not for all height. But afterwards it works with all reference heights.

    • @ChristopherLum
      @ChristopherLum  3 года назад

      Hi,
      Thanks for reaching out, I'm glad you enjoyed the video. Unfortunately I'm unable to respond to questions on RUclips due to the sheer volume of inquiries that I receive. That being said, I hope you'll consider supporting the channel via Patreon at www.patreon.com/christopherwlum as I'll be able to answer questions there. Given your interest in the topic, I'd love to have you as a Patron as I'm able to talk/interact personally with Patrons. Thanks for watching!
      -Chris

  • @ugwaadukwu8847
    @ugwaadukwu8847 3 года назад

    Thanks for this excellent work. Using the linear analysis tool is great but it appears one needs a separate subscription for that. When I use the linmode, the step response does not behave similar to the output i obtained from then linmode. What am I not doing correctly? Thanks.

    • @ChristopherLum
      @ChristopherLum  3 года назад

      I am able to answer question directly through my Patreon page at www.patreon.com/christopherwlum. Please free to submit your question there and we can discuss. Thanks for watching and for supporting the channel!

  • @DonutDude206
    @DonutDude206 2 года назад

    AA516 How can you tell if an operating point is stable or unstable based on the linearization of a system?

    • @ChristopherLum
      @ChristopherLum  2 года назад

      Kenneth, great question. The second you have your linearization, you can check the eigenvalues of the A matrix to understand the stability of this trim point.

  • @eneskucuksoy2463
    @eneskucuksoy2463 4 года назад

    Hello,
    "The values of the "Numerator" and "Denominator" properties must be row vectors or cell arrays of row vectors, where
    each vector is nonempty and containing numeric data. Type "help tf.num" or "help tf.den" for more information". I have that kind of error I didnt find the proper solution for this. Do you have any idea?

    • @musaenes8457
      @musaenes8457 2 года назад

      Hello,
      Did you figure out? I faced this problem, too. Can you help me if you figure out?

  • @azezegizachew3713
    @azezegizachew3713 4 года назад

    show us building amatlab/simulink model of planner vehicle

  • @kaisemuw7074
    @kaisemuw7074 5 лет назад

    AE 511. Impressively power tools in MATLAB.

  • @divyanktyagi6700
    @divyanktyagi6700 3 года назад

    great

  • @ojasvikamboj6083
    @ojasvikamboj6083 Год назад

    A A 516: Ojasvi Kamboj

  • @kristenleenerman1351
    @kristenleenerman1351 5 лет назад

    Matlab tools for linearizing a Simulink model

  • @lagtabhamza1676
    @lagtabhamza1676 8 месяцев назад

    Hi sir, do you have fiver account ?

  • @daniellerogers5959
    @daniellerogers5959 Год назад

    AA516

  • @Po-ChihHuang
    @Po-ChihHuang 11 месяцев назад

    AA516:Po