Parameter estimation using MATLAB Built-in solver fminunc

Поділитися
Вставка
  • Опубліковано 7 січ 2025

КОМЕНТАРІ • 18

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

    Best video so far on the whole internet. I am not exaggerating please!

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

    Thankyou for providing such an informative video!

  • @back2back135
    @back2back135 2 роки тому +1

    this video helped me sooooo much man

  • @RafiqulIslam-dy8cm
    @RafiqulIslam-dy8cm 3 роки тому

    Thanks a lot for such a nice video. You did an excellent job. Make more videos

  • @Sinanmmd
    @Sinanmmd 3 роки тому +3

    This is a very informative video and is easy to understand, so could you please show us how to estimate the parameters of a system of equations like 2 or 3 or many?
    Thank you!

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

    Nice video, It was very helpful. Greetings since Mexico

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

      You're welcome! Happy to help :)

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

      @@chemicalengineeringsolutio8927 this was very helpful for me.But the issue is I did this with SEIR model and fminsearch ,then it gives some errors.I am stucked with my research in that point .So can you
      help me if possible ?

  • @fratevirgen4708
    @fratevirgen4708 2 роки тому +1

    Thanks for your video. That's helped me to understand the logic of parameter estimation. I have one question. I wrote the same code and run. But, I get the following error.
    Warning: Gradient must be provided for trust-region algorithm; using quasi-newton algorithm instead.
    > In fminunc (line 403)
    In uncontrainedoptimization (line 17)
    Solver stopped prematurely.
    fminunc stopped because it exceeded the function evaluation limit,
    options.MaxFunEvals = 300 (the default value).
    and I did not get the best fit with your estimation. Is there any adjustment that I must make in MATLAB? Thank you.

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

    Really Helpful ...Thanks

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

    Hello sir
    If possible make video on model reference adaptive control for 3 dof spherical articulated robotic manipulator

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

    Could you please show a parameter estimation with an ODE-System?

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

    Thank you! sir,for this informative video
    and i have took help from your video to solve nonlinear ode system for 3 variables, but ,here, it is coming error. So please,may you provide code for solving 3 variable system.

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

    How to find parameters a and b such that the sum of quadratic errors e=sum_i((ym_i-y(tm_i))^2) between measurements ym and model output y is minimal using optimizers such as fminunc and ODE.
    The model reads
    xt=[0 1; a b]*x;
    y=x;
    tm ym
    0 1.0000
    0.5000 0.6482
    1.0000 -0.1047
    1.5000 -0.6897

  • @GaganKumar-go1ig
    @GaganKumar-go1ig 2 роки тому

    Can u pls tell how do i calculate service life? I mean if i've 3 parameters , from that how can i find service life of RC structure? Any link or code in MATLAB??

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

    Thanks Sir

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

    Please reply