필터 지우기
필터 지우기

How to define cross points for two graphs

조회 수: 1 (최근 30일)
Sergey Dukman
Sergey Dukman 2015년 9월 15일
편집: Sergey Dukman 2015년 9월 15일
Hello, I have a problem to find cross points of two graphs. Here it is my script: x_1=[-3 2 4 7 9]; x_2=[-4 -1 3 6 8]; y_1=[2 6 5 8 3] y_2=[-1 6 8 8 7] xx_1=-3:0.01:9 yy_1=spline(x_1,y_1,xx_1) plot(xx_1,yy_1) grid on xx_2=-4:0.01:8; yy_2=spline(x_2,y_2,xx_2) plot(xx_1,yy_1,'--',xx_2,yy_2,'-') grid on axis equal. How can I define all cross points for these graphs numerically?
Sergey

답변 (0개)

카테고리

Help CenterFile Exchange에서 Graph and Network Algorithms에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by