matlab绘制两条曲线,如何获得这两个曲线的交点坐标?

x=0:10:10000;y=100.*(x>0&x<=2865)+(286500. x="">2865);plot(x,y);hold ony=9.09+0.001282*((x.^2)./5184);plot(x,y);

x=0:10:10000;
y=100.*(x>0&x<=2865)+(286500.* x>=2865);
plot(x,y);hold on,
y=9.09+0.001282*((x.^2)./5184);
plot(x,y);
按上述语句画出图形,再用data cursor取交点坐标(2890,11.96)追问

能详细说一下data cursor 怎么用吗?交点x应该是9400左右的。

追答

data cursor就是工具栏中带“十”字的图标,看附件图

温馨提示:答案为网友推荐,仅供参考
相似回答