画一个坐标轴axes,两个按钮pushbutton
在按钮1的callback里写
ezplot(handles.axes1,'y=sin(x)'),grid on
按钮2里写
ezplot(handles.axes1,'y=x^2'),grid on
画一个坐标轴axes,两个按钮pushbutton
在按钮1的callback里写
ezplot(handles.axes1,'y=sin(x)'),grid on
按钮2里写
ezplot(handles.axes1,'y=x^2'),grid on