MATLAB Help - Least Squares Regression of a Plane

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

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

  • @Guglhupfscout24
    @Guglhupfscout24 3 месяца назад

    Thank you very much! Thats exactly what i needed for a problem im facing! Can you please tell me what the forumala inv(H'*H)*H'*Z is called?

    • @CarlosMontalvo251
      @CarlosMontalvo251  3 месяца назад

      @@Guglhupfscout24 it's called the psuedo inverse.

  • @aasmamir8271
    @aasmamir8271 2 месяца назад

    hey learned a lot, very informative video. I have had a problem while coding, i used matlab inbuilt polyfit, but that did not work out well. I was also facing problem, I was doing fitting for multiple frames in a data. so that just didn't work well. I have data set (x,y,t) for each x value I do fit curve in (y,t). any ideas how can I achieve that?

    • @CarlosMontalvo251
      @CarlosMontalvo251  Месяц назад

      If you have a data set that's a function of time I would recommend using a runge-kutta or Euler integration scheme. I have a few videos on that if you do a search.