标签: matlab plot
所以我在这里有一个两个线性方程组,我想绘制:
tan(x*y + 0.1) - x^2 = 0 0.5*x^2 + 2*y^2 - 2 = 0
但我无法将系统的第一个功能表达为y = some_function(x)。
y = some_function(x)
那么有没有其他方法来绘制这个方程组?