필터 지우기
필터 지우기

How can i determine the points of the intersection of the curve with an axis parallel to x axis ?

조회 수: 7 (최근 30일)
Hi
I have this curve and i want to determine the points of the intersection with the red curve h1.
Please help me.

답변 (1개)

KSSV
KSSV 2017년 2월 10일
interp1 should work for you....the red curve is at 185 on y-axis. Let x,y be your curve data.
yi = 185 ;
xi = interp1(y,x,yi)

카테고리

Help CenterFile Exchange에서 Surface and Mesh Plots에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by