资源简介
《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代码
相关资源
- matlab_OFDM调制解调(来自剑桥大学)
- Matlab路面裂缝识别69319
- 高灵敏度GPS接收机MATLAB仿真,附捕获
- 基于MATLAB的质点弹道计算与外弹道优
- 阵列天线的matlab仿真
- MATLAB 经典程序源代码大全
- MATLAB小波软阈值去噪代码33473
- 天线阵的波束形成在MATLAB仿真程序及
- 非线性SVM算法-matlab实现
- 《MATLAB 智能算法超级学习手册》-程序
- 组合导航matlab程序
- 读取txt文件内容matlab代码实现
- Matlab实现基于相关的模板匹配程序
- matlab优化工具箱讲解
- 基于MATLAB的快速傅里叶变换
- 光纤传输中的分布傅立叶算法matlab实
- 基于matlab的图像处理源程序
- matlab 椭圆拟合程序
- 算术编码解码matlab源代码
- optical_flow 光流法 matlab 实现程序
- 引导图像滤波器 Matlab实现
- 分形几何中一些经典图形的Matlab画法
- OFDM系统MATLAB仿真代码
- SVM工具箱(matlab中运行)
- 图像小波变换MatLab源代码
- LU分解的MATLAB实现
- 冈萨雷斯数字图像处理matlab版(第三
- 替代数据法的matlab程序
- 用matlab实现的多站定位系统性能仿真
- 通过不同方法进行粗糙集属性约简m
评论
共有 条评论