资源简介
《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个文件信息
- 上一篇:多目标跟踪 论文+代码
- 下一篇:均值滤波和FFT频谱分析Matlab代码
相关资源
- Pattern Recognition and Machine Learning(高清
- MATLAB 编程 第二版 Stephen J. Chapman 著
- 均值滤波和FFT频谱分析Matlab代码
- 多目标跟踪 论文+代码
- HDB3码、AMI码的MATLAB实现
- 3点GPS定位MATLAB仿真
- MATLAB数字信号处理85个实用案例精讲入
- matlab从入门到精通pdf94795
- 欧拉放大论文及matlab代码
- 跳一跳辅助_matlab版本
- 全面详解LTE MATLAB建模、仿真与实现
- MIMO-OFDM无线通信技术及MATLAB实现_孙锴
- MATLAB Programming for Engineers 4th - Chapman
- matlab 各种谱分析对比
- 分数阶chen混沌matlab程序
- 蚁群算法论文+源代码
- 基于粒子群算法的非合作博弈的matl
- MATLAB车流仿真 包括跟驰、延误
- matlab空间桁架计算程序
- 基于MATLAB的图像特征点匹配和筛选
- DMA-TVP-FAVAR
- GPS信号的码捕获matlab代码.7z
- 一维光子晶体MATLAB仿真代码吸收率折
- newmark法源程序
- 传统关联成像、计算鬼成像matlab
- pri传统分选算法
- 摆动滚子推杆盘形凸轮设计
- 医学图像重建作业matlab源码
- Matlab实现混沌系统的控制
- 检测疲劳驾驶
评论
共有 条评论