how to find intersection point of these graph??

조회 수: 2 (최근 30일)
Rahul punk
Rahul punk 2019년 3월 19일
편집: KSSV 2021년 5월 6일
Screenshot (214).png
filename = 'gg.csv';
A = xlsread(filename);
filename = 'gg.csv';
sheet = 1;
x1=A(:,1);
y1=A(:,2);
hold on
set(gcf, 'Units', 'Normalized', 'OuterPosition', [0 0 1 1]);
set(gcf, 'Name', 'champion manufactering', 'NumberTitle', 'Off')
x2=[0 200 400 700];
y2=[55 65 70 40];
plot(x1,y1);
plot(x2,y2);
hold off
  댓글 수: 1
Rahul punk
Rahul punk 2019년 3월 19일
hi matlab community please help for this question.

댓글을 달려면 로그인하십시오.

채택된 답변

KSSV
KSSV 2019년 3월 19일
  댓글 수: 11
Rahul punk
Rahul punk 2019년 3월 19일
kssv!, sir very thanful for give for valuable time to write code ,no words for your wonderfull help thank so much!
Rahul punk
Rahul punk 2019년 3월 19일
sir one more how to count these intersection point
and code show me error! some time .

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

KSSV
KSSV 2019년 3월 19일
Read about size.
  댓글 수: 10
ARUN
ARUN 2021년 5월 5일
편집: ARUN 2021년 5월 5일
It (p) has value in it. It is not empty.
KSSV
KSSV 2021년 5월 6일
Okay in that case, the intersection points are more than one and you are trying to save 2*n matrix into 2*1, so there is error.

댓글을 달려면 로그인하십시오.

카테고리

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

태그

제품


릴리스

R2011b

Community Treasure Hunt

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

Start Hunting!

Translated by