资源简介

35个MATLAB GUI例程,非常值得借鉴和参考

资源截图

代码片段和文件信息

%       Syntax Considerations for reading the M-Code:

% All of the handles to the various objects created in each GUI as well as 
% data needed to run the GUI are stored in a main structure called S.  
% The fieldnames for handles are in lower case letters and the fieldnames 
% for data are in uppercase letters.  Callback function names are  
% designated with the fieldname of the object to which they correspond  
% followed by ‘_call.‘  Other function names are similarly designated.  For  
% instance a keypressfcn will end in ‘_kpfcn‘ and a buttondownfcn will end  
% in ‘_bdfcn.‘  The code of each GUI is generously commented and subtle 
% points may be examined in the comments (see for example the last comment 
% block in GUI_32).  If anything seems unclear look first

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       7941  2009-08-04 10:18  MATLAB GUI 35\contents.m

     文件       1627  2009-07-28 12:27  MATLAB GUI 35\GUI_1.m

     文件       1187  2009-07-28 12:44  MATLAB GUI 35\GUI_10.m

     文件       1730  2009-07-27 13:34  MATLAB GUI 35\GUI_11.m

     文件       1894  2009-07-28 13:50  MATLAB GUI 35\GUI_12.m

     文件       1799  2009-07-28 12:56  MATLAB GUI 35\GUI_13.m

     文件       3364  2009-07-28 13:00  MATLAB GUI 35\GUI_14.m

     文件       1578  2009-07-27 13:39  MATLAB GUI 35\GUI_15.m

     文件       2094  2009-07-27 13:40  MATLAB GUI 35\GUI_16.m

     文件       1133  2009-07-27 13:41  MATLAB GUI 35\GUI_17.m

     文件       1751  2009-07-27 13:42  MATLAB GUI 35\GUI_18.m

     文件       1955  2009-07-27 13:43  MATLAB GUI 35\GUI_19.m

     文件       1934  2009-07-28 12:30  MATLAB GUI 35\GUI_2.m

     文件       2269  2009-07-28 13:05  MATLAB GUI 35\GUI_20.m

     文件       2382  2009-07-28 13:29  MATLAB GUI 35\GUI_21.m

     文件       2812  2009-07-28 13:09  MATLAB GUI 35\GUI_22.m

     文件       3675  2009-07-27 14:16  MATLAB GUI 35\GUI_23.m

     文件       2495  2009-07-28 13:34  MATLAB GUI 35\GUI_24.m

     文件       2253  2009-07-28 13:12  MATLAB GUI 35\GUI_25.m

     文件       1693  2009-07-28 13:14  MATLAB GUI 35\GUI_26.m

     文件       1606  2009-07-27 13:51  MATLAB GUI 35\GUI_27.m

     文件       3576  2009-07-28 13:19  MATLAB GUI 35\GUI_28.m

     文件       4357  2009-07-28 13:22  MATLAB GUI 35\GUI_29.m

     文件       1541  2009-07-27 13:27  MATLAB GUI 35\GUI_3.m

     文件       4321  2009-07-28 13:23  MATLAB GUI 35\GUI_30.m

     文件       4421  2009-07-28 13:24  MATLAB GUI 35\GUI_31.m

     文件       4172  2009-08-04 08:43  MATLAB GUI 35\GUI_32.m

     文件       3647  2009-08-04 10:15  MATLAB GUI 35\GUI_33.m

     文件       4131  2009-08-04 09:46  MATLAB GUI 35\GUI_34.m

     文件       7299  2009-08-04 09:45  MATLAB GUI 35\GUI_35.m

............此处省略11个文件信息

评论

共有 条评论