如何在matlab GUI中使用ezplot
我的GUI界面里设计了两个坐标轴axes1和axes2,现在想用ezplot函数画图到axes2中,代码如下functionellipse_plot1(a1)fun1=@...
我的GUI界面里设计了两个坐标轴axes1和axes2,现在想用ezplot函数画图到axes2中,代码如下
function ellipse_plot1(a1)
fun1 = @(x,y)a1(1).*x.^2+a1(2).*x.*y+a1(3).*y.^2+a1(4).*x+a1(5).*y+a1(6);
ezplot(fun1,'Parent',handles.axes2)
可是提示错误Undefined variable "handles" or class "handles.axes2"。如果直接ezplot(fun1),就直接画到axes1去了。求大神指点迷津! 展开
function ellipse_plot1(a1)
fun1 = @(x,y)a1(1).*x.^2+a1(2).*x.*y+a1(3).*y.^2+a1(4).*x+a1(5).*y+a1(6);
ezplot(fun1,'Parent',handles.axes2)
可是提示错误Undefined variable "handles" or class "handles.axes2"。如果直接ezplot(fun1),就直接画到axes1去了。求大神指点迷津! 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询