资源简介

《MATLAB扩展编程》所有代码,包括语音识别例程。

资源截图

代码片段和文件信息


function fig = amortsched()
%AMORTSCHED Calculates the loan schedule for a plan.

%   $Revision: 1.2 $  $Date: 2000/06/23 14:36:35 $
% Copyright 1984-2000 The MathWorks Inc.

h0 = figure(‘Color‘[0.8 0.8 0.8] ...
   ‘CloseRequestFcn‘‘amortsched_cb(‘‘close_amortsched‘‘)‘ ...
   ‘MenuBar‘‘none‘ ...
   ‘Name‘‘Amort Sched 1.0‘ ...
   ‘Numbertitle‘‘off‘ ...
   ‘PaperPosition‘[18 180 576 432] ...
   ‘PaperUnits‘‘points‘ ...
   ‘Units‘‘characters‘ ...
   ‘Position‘[68.6 7.3077 136 21.7692] ...
   ‘Resize‘‘off‘ ...
   ‘Tag‘‘Fig1‘ ...
   ‘ToolBar‘‘none‘);
h1 = uicontrol(‘Parent‘h0 ...
   ‘Units‘‘characters‘ ...
   ‘BackgroundColor‘[1 1 1] ...
   ‘ListboxTop‘0 ...
   ‘Position‘[36.1175    7.9231   13.2644    1.3846] ...
   ‘style‘‘edit‘ ...
   ‘Tag‘‘principal_tag‘);
h1 = uicontrol(‘Parent‘h0 ...
   ‘Units‘‘characters‘ ...
   ‘BackgroundColor‘[1 1 1] ...
   ‘ListboxTop‘0 ...
   ‘Position‘[36.1175    6.3846    6.7121    1.3846] ...
   ‘style‘‘edit‘ ...
   ‘Tag‘‘ir_tag‘);
h1 = uicontrol(‘Parent‘h0 ...
   ‘Units‘‘characters‘ ...
   ‘BackgroundColor‘[1 1 1] ...
   ‘ListboxTop‘0 ...
   ‘Position‘[36.1175    5.0000    6.7121    1.3846] ...
   ‘style‘‘edit‘ ...
   ‘Tag‘‘ppy_tag‘);
h1 = uicontrol(‘Parent‘h0 ...
   ‘Units‘‘characters‘ ...
   ‘BackgroundColor‘[1 1 1] ...
   ‘ListboxTop‘0 ...
   ‘Position‘[36.1175    3.4615    6.7121    1.3846] ...
   ‘style‘‘edit‘ ...
   ‘Tag‘‘noy_tag‘);
h1 = uicontrol(‘Parent‘h0 ...
   ‘Units‘‘characters‘ ...
   ‘BackgroundColor‘[0.752941176470588 0.752941176470588 0.752941176470588] ...
   ‘Callback‘‘amortsched_cb(‘‘calculate_values‘‘)‘ ...
   ‘ListboxTop‘0 ...
   ‘Position‘[5.5934    0.9230   14.5384    1.5391] ...
   ‘String‘‘Calculate‘ ...
   ‘Tag‘‘Pushbutton1‘);
h1 = uicontrol(‘Parent‘h0 ...
   ‘Units‘‘characters‘ ...
   ‘BackgroundColor‘[0.752941176470588 0.752941176470588 0.752941176470588] ...
   ‘Callback‘‘amortsched_cb(‘‘clear_values‘‘)‘ ...
   ‘ListboxTop‘0 ...
   ‘Position‘[23.7320    0.9230   14.5384    1.5391] ...
   ‘String‘‘Clear‘ ...
   ‘Tag‘‘Pushbutton1‘);
h1 = uicontrol(‘Parent‘h0 ...
   ‘Units‘‘characters‘ ...
   ‘BackgroundColor‘[0.752941176470588 0.752941176470588 0.752941176470588] ...
   ‘Callback‘‘amortsched_cb(‘‘close_amortsched‘‘)‘ ...
   ‘ListboxTop‘0 ...
   ‘Position‘[41.7112    0.9230   14.5384    1.5391] ...
   ‘String‘‘Close‘ ...
   ‘Tag‘‘Pushbutton1‘);
h1 = uicontrol(‘Parent‘h0 ...
   ‘Units‘‘characters‘ ...
   ‘BackgroundColor‘[0.8 0.8 0.8] ...
   ‘FontSize‘18 ...
   ‘FontWeight‘‘bold‘ ...
   ‘ListboxTop‘0 ...
   ‘Position‘[6.2918   15.7692   53.0771    2.1538] ...
   ‘String‘‘Amortization Schedule‘ ...
   ‘style‘‘text‘ ...
   ‘Tag‘‘StaticText1‘);
h1 = uicontrol(‘Parent‘h0 ...
   ‘Units‘‘characters‘ ...
   ‘BackgroundColor‘[0.8 0.8 0.8] ...
   ‘FontSize‘12 ...
   ‘FontWe

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2013-11-09 15:16  matlab\
     目录           0  2013-11-09 15:13  matlab\ch10\
     文件        4498  2000-06-24 17:15  matlab\ch10\amortsched.m
     文件        5685  2001-11-07 21:43  matlab\ch10\amortsched.p
     文件        1743  2000-06-24 17:15  matlab\ch10\amortsched_cb.m
     文件        5268  2001-11-07 21:43  matlab\ch10\amortsched_cb.p
     文件        6364  2000-07-01 16:50  matlab\ch10\datagrid.m
     文件       17403  2001-11-07 21:43  matlab\ch10\datagrid.p
     文件        1351  2000-06-24 17:15  matlab\ch10\datagrid_cb.m
     文件        4434  2001-11-07 21:43  matlab\ch10\datagrid_cb.p
     文件        2673  2000-06-06 04:14  matlab\ch10\loansched.m
     文件        7358  2001-11-07 21:43  matlab\ch10\loansched.p
     文件        3221  2000-06-06 04:14  matlab\ch10\matlabrt.m
     文件        6542  2001-11-07 21:43  matlab\ch10\matlabrt.p
     文件        1665  2000-06-06 04:14  matlab\ch10\pathdefrt.m
     文件        2198  2001-11-07 21:43  matlab\ch10\pathdefrt.p
     文件     5321663  2001-11-07 21:54  matlab\ch10\setup.exe
     目录           0  2013-10-30 14:43  matlab\ch11\
     目录           0  2013-11-09 15:13  matlab\ch11\dll\
     文件         525  2001-10-12 02:07  matlab\ch11\dll\inport.c
     文件       40960  2001-10-12 02:00  matlab\ch11\dll\inport.dll
     文件         563  2001-10-12 02:15  matlab\ch11\dll\outport.c
     文件       32768  2001-10-12 02:15  matlab\ch11\dll\outport.dll
     目录           0  2013-11-09 15:13  matlab\ch11\sms\
     文件      179314  2001-11-18 14:03  matlab\ch11\sms\GB2312.TXT
     文件        1108  2001-11-20 12:15  matlab\ch11\sms\sendsms.m
     文件         270  2001-11-18 14:26  matlab\ch11\sms\unitable.m
     目录           0  2013-11-09 15:13  matlab\ch11\vxd\
     文件        1620  2001-10-13 15:59  matlab\ch11\vxd\MEXHARD.c
     文件         223  2001-10-13 14:22  matlab\ch11\vxd\MEXHARD.h
     文件         246  2001-10-13 14:22  matlab\ch11\vxd\MEXHARD.mak
............此处省略380个文件信息

评论

共有 条评论