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 Center および File ExchangeTables についてさらに検索

タグ

製品


リリース

R2011b

Community Treasure Hunt

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

Start Hunting!

Translated by