Intersection point of line whose equation is known and curve defined by data points.

조회 수: 2 (최근 30일)
i have a line of which i know the equation of and i know a curve which passes thorugh the given points, how will i find the intersection point of these two. I have found the equation of line using polynomial interpolation.

답변 (1개)

Matt J
Matt J 2021년 3월 25일
Use fzero to find the root of the difference, Line - Curve

카테고리

Help CenterFile Exchange에서 Interpolation에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by