how to find intersection point of these graph??

2 vues (au cours des 30 derniers jours)
Rahul punk
Rahul punk le 19 Mar 2019
Modifié(e) : KSSV le 6 Mai 2021
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 commentaire
Rahul punk
Rahul punk le 19 Mar 2019
hi matlab community please help for this question.

Connectez-vous pour commenter.

Réponse acceptée

KSSV
KSSV le 19 Mar 2019
  11 commentaires
Rahul punk
Rahul punk le 19 Mar 2019
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 le 19 Mar 2019
sir one more how to count these intersection point
and code show me error! some time .

Connectez-vous pour commenter.

Plus de réponses (1)

KSSV
KSSV le 19 Mar 2019
Read about size.
  10 commentaires
ARUN
ARUN le 5 Mai 2021
Modifié(e) : ARUN le 5 Mai 2021
It (p) has value in it. It is not empty.
KSSV
KSSV le 6 Mai 2021
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.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Tables dans Help Center et File Exchange

Tags

Produits


Version

R2011b

Community Treasure Hunt

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

Start Hunting!

Translated by