matlab代码: figure('NumberTitle','off','menubar','none','toolbar','none','name','Topo Image'); x=0:pi/100:2*pi; y=2*exp(-0.5*x).*sin(2*pi*x); plot(x,y) %figure(1); %% %figure('Visible','off') %plot([1:100]) %figure(1) 代码下面有,添加滚动条的窗口,这个地方主要是一个事件,点击按钮后,调