Intersection point coordinate Of curves using Matlab

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

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

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

    Dear, the content you provide is amazing If you can increase the font size from home tab preferences font 14

    • @10Minuters
      @10Minuters  3 года назад +3

      Hi, thanks for the suggestion :)

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

    Hello, please, how can I obtain a lot of coordinates at the same time in matlab (x,y,z)(matlab 2014b)? Thanks

  • @siddharth3795
    @siddharth3795 3 года назад +1

    What if we have data that we are going to plot as graph and we want to find the intersection ?

    • @10Minuters
      @10Minuters  3 года назад +1

      Hi Sid, There are several ways to so this.
      One option is :
      Given that your data from two curves (x1-y1 and x2-y2) are not sampled at the same rate, you make the sampling to be same using the method explained in this video: ruclips.net/video/oAhLLQz6LsA/видео.html
      Then, find minimum of y1-y2. You can consider that point to be your intersection point. This is a good approximation but not exact.

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

      @@10Minuters thanks alot.