curve intersection and minimum value
Show older comments
Hy every one I have a small question :) It seem s very simple and easy but I did not succeed ... This is a simple script n=10 x1=linspace(0,2.5,n) x2=linspace(1,12,n) x3=linspace(1.5,8,n) x4=linspace(5,16,n) y1=1.2*x1 y2=1.3*x2+3 y3=2*x3 y4=3*x4 figure plot(x1,y1,'r','LineWidth',3) hold on plot(x2,y2,'b','LineWidth',3) hold on plot(x3,y3,'g','LineWidth',3) hold on plot(x4,y4,'k','LineWidth',3) legend('y1','y2','y3','y4')
not so difficult until now ...
The challenge is to draw the pink line ( or having a table with x and y for each point ) .

I don't knew if any one can help me
Thank you
2 Comments
Sean de Wolski
on 5 Jun 2015
Are you trying to have the pink line trace the minimum y at each x point? Otherwise it's unclear to me what the pink line represents.
Firas
on 12 Jun 2015
Answers (0)
Categories
Find more on Fit Postprocessing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!