% Button pushed function: histogram
function ButtonPushed(app, event)
%UIAxes是坐标区,inputImage是读取的图像信息
axes(app.UIAxes);
imhist(app.inputImage);
end
不知道为什么点击按钮生成的直方图总是会弹出figure并显示直方图,并没有在设置的坐标区中显示
题主现在解决了吗
具体什么问题啊
我也有这个问题