如果我有两个不同方程定义的两个图:
x = 0:0.01:30; y1 = x .^2 + 2; y2 = x .^3 ;
我将它们描绘成
plot(x, y1, x, y2);
如何以编程方式在交叉点周围获得一个小环(如下图所示)?
matlab plot intersection graph
graph ×1
intersection ×1
matlab ×1
plot ×1