Intersection point coordinate Of curves using Matlab

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 พ.ย. 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: th-cam.com/video/oAhLLQz6LsA/w-d-xo.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.