Fitting Custom Trendlines in MATLAB with fminsearch

Поділитися
Вставка
  • Опубліковано 14 вер 2018
  • Code: github.com/vastevenson/projec...
    I show how we can use MATLAB to define unique functions for our trendlines and determine the best fitting parameters for those functions using fminsearch.
  • Наука та технологія

КОМЕНТАРІ • 8

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

    Thank you! I based my first Ph.D. project on this video. Already got a poster and oral presentation out of it and working on a manuscript.

  • @xtelmasx
    @xtelmasx 5 років тому

    Been trying to understand this all day. Thank you so much, you explained it really well. Now to find out how to use anonymous fn as well!

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

    Many thanks for your explanation !!

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

    Would it be possible to show to do different functions with different sets of x, y data but same parameters? thanks

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

    You just saved my project and my mental health :p Thanks!! :)

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

    Hi Vincet, great video! I am also using fminsearch to fit a function and it works well. Now i need to assign an uncertainty to each parameter found by this method, but i do not know how to proceed, can you help me with that?

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

    Thanks a million.