MATLAB Help - Lyapunov Stability and Control

Поділитися
Вставка
  • Опубліковано 5 вер 2024
  • Here I discuss the basics of Lyapunov Stability and Control
    Code is currently in this folder as of March 2022
    github.com/cmo...

КОМЕНТАРІ • 24

  • @Kallum
    @Kallum 2 роки тому +3

    I am currently writing my thesis about the stability of cooperative adaptive cruise control. I want to use lyapunov for the global stability analysis of my system. There are so many videos only explaining the broad concept of lyapunov stability, but this video actually gave me the insight to use lyapunov analysis myself. I will be executing lyapunov analysis on a large state-space model instead of simpler equations, but this video helps me to get closer to my research goal. Thanks you very much!

  • @selvarajp1703
    @selvarajp1703 3 роки тому +2

    Thank you very much for this vedio. I have waited since 2014... Now only I got this... Excellent...

  • @Sinanmmd
    @Sinanmmd 4 роки тому +1

    Thank you so much, sir, for this type of video. This is very kind of you!

  • @user-gm6sg6gv2s
    @user-gm6sg6gv2s Рік тому

    hello sir , I used this video to do the stabiility the same steps ...

    • @CarlosMontalvo251
      @CarlosMontalvo251  Рік тому +1

      I believe this is the code github.com/cmontalvo251/MATLAB/blob/master/nonlinear_controls/lyap_ex.m

  • @suddhyashilsarkar7424
    @suddhyashilsarkar7424 Рік тому

    How to plot the Lyapunov function for a system of three variables?

    • @CarlosMontalvo251
      @CarlosMontalvo251  Рік тому

      I just made a new video for stuff like this. Let me know what you think
      ua-cam.com/video/wCLSXqP7J3g/v-deo.html

  • @Sinanmmd
    @Sinanmmd 4 роки тому

    Sir, please make a video on "Sensitivity Analysis" of a system of odes using MATLAB-Simulink and call the system of differential equations from matlab.m file by Interpreted MATLAB function.
    I'm also saying about the calling of function from matlab.m file into Simulink because it is very easy to call a system rather than making a full Simulink diagram in Simulink. If you use a "Couple Dynamic System" then it would be much better!
    Thank you so much, sir!

    • @CarlosMontalvo251
      @CarlosMontalvo251  4 роки тому

      I'm not sure what you mean by sensitivity analysis.

    • @Sinanmmd
      @Sinanmmd 4 роки тому

      @@CarlosMontalvo251 Please watch this video. But this is based on the Simulink model.
      ua-cam.com/video/hNweoL4l97w/v-deo.html

    • @CarlosMontalvo251
      @CarlosMontalvo251  4 роки тому

      @@Sinanmmd That video is using a pretty complex set of built in MATLAB functions. If I were to do it I would simply make a function y = f(x) and vary x with some mean and standard deviation such that x = x0 + N(xmean,stdx) and then make a histogram of y = y0 + N(ymean,stdy)

  • @intanutari4703
    @intanutari4703 3 роки тому

    Dear Sir How are you? Hope you are good and healthy. I have a model SIR from the spread of diphtheria disease with vaccination and I achieve linearization of the model through the Lyapunov function that was built using the Krasovskii method but actually I didn't know how to check the global stability of the model using the Lyapunov stability theorem was built using the Krasovskii in MATLAB method Will you, if possible help me in this problem, please. Thank you

    • @CarlosMontalvo251
      @CarlosMontalvo251  3 роки тому

      Problems like that always involve hand calculations first. I think before you try and code anything it would be wise to make sure you can set up the problem by hand first.

  • @rameswarangopal8493
    @rameswarangopal8493 2 роки тому

    hii can you do lyapunov stability analysis of quadrotor pls?

    • @CarlosMontalvo251
      @CarlosMontalvo251  2 роки тому

      You'd have to start with writing the equations of motion and then finding a suitable lyapunov function that captures the dynamics. I'm sure a simple search on Google Scholar will turn something up

  • @natureetphenomenes6373
    @natureetphenomenes6373 4 роки тому

    Hello please you can make a code for mkdv equation

  • @MiroKlose2596
    @MiroKlose2596 2 роки тому

    Sorry mate, I can't find the code, can you help me?

    • @CarlosMontalvo251
      @CarlosMontalvo251  2 роки тому

      Sorry dude. Here you go. github.com/cmontalvo251/MATLAB/tree/master/nonlinear_controls

    • @CarlosMontalvo251
      @CarlosMontalvo251  2 роки тому

      That's a folder containing lots of nonlinear controls codes. Look for the lyap*.m codes

  • @tasneemalgais7138
    @tasneemalgais7138 2 роки тому

    do you have any real application implement lyapunov function

  • @PonchoRax
    @PonchoRax 4 роки тому

    Code please

    • @CarlosMontalvo251
      @CarlosMontalvo251  4 роки тому +1

      All functions are on github.com/cmontalvo251/MATLAB this one in particular is in a folder called nonlinear_controls