实用标准文档
plotbutton=uicontrol(style,pushbutton,...
string,Run, ...
fontsize,12, ...
position,[100,400,50,20], ...
callback, run=1;);
%define the stop button
erasebutton=uicontrol(style,pushbutton,...
string,Stop, ...
fontsize,12, ...
position,[200,400,50,20], ...
callback,freeze=1;);
%define the Quit button
quitbutton=uicontrol(style,pushbutton,...
string,Quit, ...
fontsize,12, ...
position,[300,400,50,20], ...
callback,stop=1;close;);
number = uicontrol(sty
原创力文档

文档评论(0)