内容简介
第1章 MATLAB软件简述
1.1 MATLAB软件概述
1.1.1 MATLAB历史
1.1.2 MATLAB主要功能
1.1.3 MATLAB工具箱
1.1.4 MATLAB基本功能及特性
1.1.5 MATLAB R2013新特性
1.2 MATLAB R2013a安装与激活
1.3 MATLAB帮助系统
1.3.1 帮助命令
1.3.2 帮助窗口
1.3.3 Demo演示
1.4 演示MATLAB实例
1.5 MATLAB数组与矩阵
1.5.1 数据类型
1.5.2 数组及运算
1.5.3 矩阵的基本运算
1.5.4 矩阵的分解
1.5.5 稀疏矩阵
1.6 流程控制
1.6.1 顺序结构
1.6.2 分支结构
1.6.3 循环控制语句
1.6.4 错误控制语句
1.6.5 程序终止语句
第2章 MATLAB可视化工具箱
2.1 基本二维绘图
2.1.1 line函数
2.1.2 plot函数
2.1.3 polar函数
2.1.4 plotyy函数
2.1.5 loglog、 semilogx、 semilogy函数
2.1.6 subplot函数
2.1.7 hold函数
2.1.8 axis函数
2.1.9 grid函数
2.1.10 box函数
2.2 图形标注
2.2.1 title函数
2.2.2 xlabel函数
2.2.3 legend函数
2.2.4 colorbar函数
2.2.5 text/gtext函数
2.3 特殊二维绘图
2.3.1 bar函数
2.3.2 hist函数
2.3.3 area函数
2.3.4 pie函数
2.3.5 scatter函数
2.3.6 plotmatrix函数
2.3.7 contour函数
2.3.8 errorbar函数
2.3.9 fill函数
2.3.10 stem函数
2.3.11 stairs函数
2.3.12 feather函数
2.3.13 quiver函数
2.3.14 compass函数
2.4 常用三维绘图
2.4.1 plot3函数
2.4.2 meshgrid函数
2.4.3 mesh函数
2.4.4 surf函数
2.4.5 griddata函数
2.5 特殊三维绘图
2.5.1 cylinder函数
2.5.2 sphere函数
2.5.3 bar3函数
2.5.4 pie3函数
2.5.5 scatter3函数
2.5.6 stem3函数
2.5.7 quiver3函数
2.5.8 fill3函数
2.5.9 ribbon函数
2.5.10 patch函数
2.5.11 contour3函数
2.5.12 ellipsoid函数
2.6 四维绘图
2.6.1 slice函数
2.6.2 contourslice函数
2.7 三维图形编辑
2.7.1 view函数
2.7.2 rotate3d函数
2.7.3 hidden函数
2.7.4 colormap函数
2.7.5 rgbplot函数
2.7.6 brighten函数
2.7.7 caxis函数
2.7.8 shading函数
2.7.9 light函数
2.7.10 lighting函数
第3章 MATLAB图像处理工具箱
3.1 图像的基本操作
3.1.1 imread函数
3.1.2 imwrite函数
3.1.3 imshow函数
3.1.4 imfinfo函数
3.2 图像类型及转换
3.2.1 demosaic函数
3.2.2 tonemap函数
3.2.3 gray2ind函数
3.2.4 ind2gray函数
3.2.5 mat2gray函数
3.2.6 rgb2gray函数
3.2.7 ind2rgb函数
3.2.8 label2rgb函数
3.2.9 im2bw函数
3.2.10 graythresh函数
3.2.11 grayslice函数
3.3 对比度调整
3.3.1 imadjust函数
3.3.2 imcontrast函数
3.3.3 histeq函数
3.3.4 adapthisteq函数
3.3.5 imhistmatch函数
3.3.6 decorrstretch函数
3.3.7 stretchlim函数
3.3.8 intlut函数
3.3.9 imnoise函数
3.4 图像的基本运算
3.4.1 imabsdiff函数
3.4.2 imadd函数
3.4.3 imapplymatrix函数
3.4.4 imcomplement函数
3.4.5 imdivide函数
3.4.6 imlincomb函数
3.4.7 immultiply函数
3.4.8 imsubtract函数
3.5 图像几何变换
3.5.1 imcrop函数
3.5.2 imresize函数
3.5.3 imrotate函数
3.5.4 impyramid函数
3.5.5 imtransform函数
3.5.6 findbounds函数
3.5.7 makeresampler函数
3.5.8 maketform函数
3.5.9 tformarray函数
3.5.10 tformfwd函数
3.5.11 tforminv函数
3.6 滤波处理
3.6.1 imfilter函数
3.6.2 nlfilter函数
3.6.3 fspecial函数
3.6.4 medfilt2函数
3.6.5 ordfilt2函数
3.6.6 freqz2函数
3.6.7 fsamp2函数
3.6.8 ftrans2函数
3.6.9 fwind1函数
3.6.10 fwind2函数
3.7 区域处理
3.7.1 roipoly函数
3.7.2 poly2mask函数
3.7.3 roicolor函数
3.7.4 roifill函数
3.7.5 roifilt2函数
3.7.6 imellipsee函数
3.7.7 impoly
3.7.8 imrect函数
3.8 邻域与块处理
3.8.1 blockproc函数
3.8.2 bestblk函数
3.8.3 col2im函数
3.8.4 im2col函数
3.8.5 colfilt函数
3.9 形态学操作
3.9.1 bwhitmiss函数
3.9.2 bwmorph函数
3.9.3 bwulterode函数
3.9.4 bwareaopen函数
3.9.5 imbothat函数
3.9.6 imclearborder函数
3.9.7 imclose函数
3.9.8 imdilate函数
3.9.9 imerode函数
3.9.10 imextendedmax函数
3.9.11 imfill函数
3.9.12 imhmax函数
3.9.13 imimposemin函数
3.9.14 imopen函数
3.9.15 conndef函数
3.9.16 strel函数
第4章 MATLAB控制系统工具箱
4.1 线性系统的表示
4.1.1 tf函数
4.1.2 zpk函数
4.1.3 ss函数
4.1.4 frd函数
4.1.5 dss函数
4.1.6 drss函数
4.1.7 filt函数
4.1.8 rss函数
4.2 模型互联
4.2.1 parallel函数
4.2.2 series函数
4.2.3 feedback函数
4.2.4 append函数
4.2.5 connect函数
4.3 模型间转换
4.3.1 c2d函数
4.3.2 d2c函数
4.3.3 d2d函数
4.3.4 upsample函数
4.3.5 tf2ss函数
4.3.6 tf2zp函数
4.3.7 ss2zp函数
4.3.8 ss2tf函数
4.3.9 zp2tf函数
4.3.10 zp2ss函数
4.4 时域分析
4.4.1 impulse函数
4.4.2 initial函数
4.4.3 lsim函数
4.4.4 step函数
4.4.5 lsiminfo函数
4.4.6 stepinfo函数
4.5 频域分析
4.5.1 nyquist函数
4.5.2 bode函数
4.5.3 nichols函数
4.5.4 sigma函数
4.5.5 evalfr函数
4.5.6 freqresp函数
4.6 稳定性分析
4.6.1 pole函数
4.6.2 zero函数
4.6.3 damp函数
4.6.4 allmargin函数
4.6.5 margin函数
4.7 系统能控性
4.7.1 ctrb函数
4.7.2 ctrbf函数
4.8 系统可观性
4.8.1 obsv函数
4.8.2 obsvf函数
4.9 极点配置
4.9.1 place函数
4.9.2 estim函数
4.9.3 req函数
4.10 线性二次高斯控制
4.10.1 lqr函数
4.10.2 lqry函数
4.10.3 dlqr函数
4.10.4 kalman函数
第5章 MATLAB神经网络工具箱
5.1 感知器网络
5.1.1 newp函数
5.1.2 adapt函数
5.1.3 sim函数
5.1.4 train函数
5.1.5 mae函数
5.1.6 learnp函数
5.1.7 hardlim函数
5.1.8 hardlims函数
5.2 线性神经网络
5.2.1 newlin函数
5.2.2 newlind函数
5.2.3 learnwh函数
5.2.4 maxlinlr函数
5.2.5 purelin函数
5.3 BP神经网络
5.3.1 newcf函数
5.3.2 newff函数
5.3.3 learngd函数
5.3.4 learngdm函数
5.3.5 traingd函数
5.3.6 traingdm函数
5.3.7 traingda函数
5.3.8 trainrp函数
5.3.9 traincgf函数
5.3.10 traincgp函数
5.3.11 traincgb函数
5.3.12 trainscg函数
5.3.13 trainbfg函数
5.3.14 trainm函数
5.3.15 mse函数
5.4 径向基神经网络
5.4.1 newrb函数
5.4.2 newrbe函数
5.4.3 newgrnn函数
5.4.4 newpnn函数
5.4.5 dist函数
5.4.6 dotprod 函数
5.4.7 normprod函数
5.4.8 radbas函数
5.4.9 netprod函数
5.5 自组织神经网络
5.5.1 newsom函数
5.5.2 learnsom函数
5.5.3 plotsom函数
5.5.4 hextop函数
5.5.5 gridtop函数
5.5.6 randtop函数
5.6 LVQ神经网络
5.6.1 newlvq函数
5.6.2 learnlv1函数
5.6.3 learnlv2函数
5.6.4 plotvec函数
5.7 Hopfileld神经网络
5.7.1 newhop函数
5.7.2 satlin函数
5.7.3 satlins函数
5.8 Elman神经网络
第6章 MATLAB模糊逻辑工具箱
6.1 模糊逻辑系统的管理
6.1.1 newfis函数
6.1.2 writefis函数
6.1.3 readfis函数
6.1.4 getfis函数
6.1.5 showfis函数
6.1.6 setfis函数
6.2 输入输出语言变量
6.2.1 addvar函数
6.2.2 rmvar函数
6.3 隶属度函数
6.3.1 addmf函数
6.3.2 plotmf函数
6.3.3 rmmf函数
6.3.4 trimf函数
6.3.5 trapmf函数
6.3.6 gbellmf函数
6.3.7 pimf函数
6.3.8 smf函数
6.3.9 zmf函数
6.3.10 gaussmf函数
6.3.11 gauss2mf函数
6.3.12 psigmf函数
6.3.13 dsigmf函数
6.4 模糊推理基本运算
6.4.1 addrule函数
6.4.2 parsrule函数
6.4.3 showrule函数
6.4.4 gensurf函数
6.4.5 defuzz函数
6.4.6 evalfis函数
6.4.7 evalmf函数
6.4.8 fuzarith函数
6.4.9 evalmmf函数
6.4.10 convertfis函数
6.4.11 mam2sug函数
6.5 模糊推理系统应用
6.5.1 anfis函数
6.5.2 genfis1函数
6.5.3 genfis2函数
6.5.4 genfis3函数
6.5.5 fcm函数
6.5.6 subclust函数
第7章 MATLAB数字信号工具箱
7.1 产生信号
7.1.1 square函数
7.1.2 rectpuls函数
7.1.3 sawtooth函数
7.1.4 tripuls函数
7.1.5 chirp函数
7.1.6 sinc函数
7.1.7 diric函数
7.1.8 gauspuls函数
7.1.9 pulstran函数
7.1.10 vco函数
7.2 计算随机信号
7.2.1 xcorr函数
7.2.2 xcov函数
7.2.3 psd函数
7.2.4 pwelch函数
7.2.5 periodogram函数
7.2.6 pyulear函数
7.2.7 arburg函数
7.2.8 pburg函数
7.2.9 peig函数
7.2.10 pmtm函数
7.2.11 pmusic函数
7.3 信号采样率
7.3.1 resample函数
7.3.2 downsample函数
7.3.3 decimate函数
7.3.4 upsample函数
7.3.5 interp函数
7.4 模拟滤波器设计
7.4.1 buttap函数
7.4.2 cheb1 ap函数
7.4.3 cheb2ap函数
7.4.4 ellipap函数
7.4.5 besselap函数
7.5 滤波器最小阶数选择
7.5.1 buttord函数
7.5.2 cheb1ord函数
7.5.3 cheb2ord函数
7.5.4 ellipord函数
7.6 IIR滤波器设计
7.6.1 butter函数
7.6.2 cheby1函数
7.6.3 cheby2函数
7.6.4 yulewalk函数
7.7 FIR滤波器设计
7.7.1 rectwin函数
7.7.2 hanning函数
7.7.3 hamming函数
7.7.4 blackman函数
7.7.5 fir1函数
7.7.6 fir2函数
7.7.7 firls函数
7.7.8 firpm函数
7.7.9 fircls函数
7.7.10 firclsl函数
7.7.11 firrcos函数
第8章 MATLAB统计工具箱
8.1 参数估计
8.1.1 betafit函数
8.1.2 betalike函数
8.1.3 mle函数
8.1.4 gamlike函数
8.2 区间估计
8.2.1 nlinfit函数
8.2.2 nlparci函数
8.2.3 nlpredci函数
8.2.4 nlintool函数
8.3 统计作图
8.3.1 boxplot函数
8.3.2 fsurfht函数
8.3.3 gline函数
8.3.4 gname函数
8.3.5 Isline函数
8.3.6 normplot函数
8.3.7 pareto函数
8.3.8 qqplot函数
8.3.9 rcoplot函数
8.3.10 refcurve函数
8.3.11 refline函数
8.3.12 capaplot函数
8.3.13 histfit函数
8.3.14 normspec函数
8.4 假设检验
8.4.1 ranksum函数
8.4.2 signrank函数
8.4.3 signtest函数
8.4.4 ttest函数
8.4.5 ttest2函数
8.4.6 ztest函数
8.4.7 jbtest函数
8.4.8 vartest函数
8.4.9 vartest2函数
8.4.10 chi2gof函数
8.5 实验设计
8.5.1 cordexch函数
8.5.2 daugment函数
8.5.3 dcovary函数
8.5.4 rowexch函数
8.5.5 ff2n函数
8.5.6 fullfact函数
8.6 方差分析
8.6.1 anoval函数
8.6.2 multcompare函数
8.6.3 anova2函数
8.6.4 anovan函数
8.6.5 manoval函数
8.6.6 kruskalwallis函数
8.6.7 friedman函数
8.7 回归分析
8.7.1 regress函数
8.7.2 leverage函数
8.7.3 regstats函数
8.7.4 robustfit函数
8.7.5 stepwise函数
8.7.6 glmfit函数
8.7.7 polyfit函数
8.7.8 lscov函数
8.7.9 rstool函数
8.7.10 x2fx函数
8.7.11 ridge函数
8.8 主成分分析
8.8.1 barttest函数
8.8.2 pcacov函数
8.8.3 pcares函数
8.8.4 princomp函数
8.9 聚类分析
8.9.1 pdist函数
8.9.2 squareform函数
8.9.3 linkage函数
8.9.4 dendrogram函数
8.9.5 cophenet函数
8.9.6 cluster函数
8.9.7 clusterdata函数
8.9.8 inconsistent函数
8.10 判别分析
8.10.1 classify函数
8.10.2 mahal函数
8.11 因子分析
第9章 MATLAB小波变换工具箱
9.1 通用函数
9.1.1 biorfilt函数
9.1.2 centfrq函数
9.1.3 dyaddown函数
9.1.4 dyadup函数
9.1.5 wavefun函数
9.1.6 wavefun2函数
9.1.7 orthfilt 函数
9.1.8 qmf函数
9.1.9 scal2frq函数
9.1.10 wfilters函数
9.1.11 wavemngr函数
9.1.12 wmaxlev函数
9.2 一维小波分析
9.2.1 cwt函数
9.2.2 dwt函数
9.2.3 dwtmode函数
9.2.4 idwt函数
9.2.5 wavedec函数
9.2.6 appcoef函数
9.2.7 detcoef函数
9.2.8 waverec函数
9.2.9 upwlev函数
9.2.10 wrcoef函数
9.2.11 upcoef函数
9.3 二维小波分析
9.3.1 dwt2函数
9.3.2 idwt2函数
9.3.3 wavedec2函数
9.3.4 detcoef2函数
9.3.5 appcoef2函数
9.3.6 waverec2函数
9.3.7 upwlev2函数
9.3.8 wrcoef2函数
9.3.9 upcoef2函数
9.4 离散平稳小波变换
9.4.1 swt 函数
9.4.2 iswt函数
9.4.3 swt2函数
9.4.4 iswt2函数
9.5 小波包
9.5.1 wpdec函数
9.5.2 wprec函数
9.5.3 wpdec2函数
9.5.4 wprec2函数
9.5.5 wpcoef函数
9.5.6 wprcoef函数
9.5.7 wpfun函数
9.5.8 wpsplt函数
9.5.9 wpjoin函数
9.5.10 wpcutree函数
9.5.11 besttree函数
9.5.12 bestlevt函数
9.5.13 wp2wtree函数
9.5.14 wentropy函数
9.5.15 entrupd函数
9.6 消噪与压缩
9.6.1 ddencmp函数
9.6.2 thselect函数
9.6.3 wbmpen函数
9.6.4 wdcbm函数
9.6.5 wdcbm2函数
9.6.6 wpbmpen函数
9.6.7 wthrmngr函数
9.6.8 wden函数
9.6.9 wdencmp函数
9.6.10 wnoise函数
9.6.11 wnoisest函数
9.6.12 wpdencmp函数
9.6.13 wpthcoef函数
9.6.14 wthcoef函数
9.6.15 wthcoef2函数
第10章 MATLAB偏微分方程工具箱
10.1 几何处理函数
10.1.1 pdegeom函数
10.1.2 initmesh函数
10.1.3 jigglemesh函数
10.1.4 pdearcl函数
10.1.5 poimesh函数
10.1.6 refinemesh函数
10.1.7 pdebound函数
10.1.8 decsg函数
10.2 偏微分方程算法函数
10.2.1 adaptmesh函数
10.2.2 assema函数
10.2.3 assemb函数
10.2.4 assempde函数
10.2.5 hyperbolic函数
10.2.6 parabolic函数
10.2.7 pdeeig函数
10.2.8 pdenonlin函数
10.3 图形界面
10.3.1 pdecirc函数
10.3.2 pdeellip函数
10.3.3 pdepoly函数
10.3.4 pderect函数
10.3.5 pdecont函数
10.3.6 pdegplot函数
10.3.7 pdemesh函数
10.3.8 pdesurf函数
第11章 MATLAB样条工具箱
11.1 三次插值样条
11.1.1 csape函数
11.1.2 csapi函数
11.1.3 csaps函数
11.1.4 cscvn函数
11.1.5 getcurve函数
11.2 B样条曲线
11.2.1 spapi函数
11.2.2 spaps函数
11.2.3 spap2函数
11.2.4 spcrv函数
11.2.5 spmak函数
11.2.6 spcol函数
11.3 样条函数操作
11.3.1 fnbrk函数
11.3.2 fncmb函数
11.3.3 fnder函数
11.3.4 fnint函数
11.3.5 fnjmp函数
11.3.6 fnplt函数
11.3.7 fnval函数
11.3.8 fn2fm函数
11.3.9 fndir函数
11.3.10 fnrfn函数
11.3.11 fntlr函数
11.4 端点和节点处理函数
11.4.1 augknt函数
11.4.2 aveknt函数
11.4.3 brk2knt函数
11.4.4 knt2brk函数
11.4.5 knt2mlt函数
11.4.6 sorted函数
11.4.7 newknt函数
11.4.8 optknt函数
11.4.9 chbpnt函数
11.5 独立函数
11.5.1 slvblk函数
11.5.2 bkbrk函数
11.5.3 franke函数
11.5.4 titanium函数
第12章 MATLAB优化工具箱
12.1 优化参数设置
12.1.1 optimset函数
12.1.2 optimget函数
12.1.3 optimoptions函数
12.2 求解非线性方程组
12.2.1 fsolve函数
12.2.2 fzero函数
12.3 最小二乘
12.3.1 lsqlin函数
12.3.2 lsqnonneg函数
12.3.3 lsqcurvefit函数
12.3.4 lsqnonlin函数
12.4 线性规划与整数规划
12.4.1 linprog函数
12.4.2 bintprog函数
12.5 非线性规划
12.5.1 fminunc函数
12.5.2 fminsearch函数
12.5.3 fminbnd函数
12.5.4 fmincon函数
12.5.5 fseminf函数
12.5.6 ktrlink函数
12.6 二次规划
12.7 多目标优化
12.7.1 fgoalattain函数
12.7.2 fminimax函数
第13章 MATLAB财政金融工具箱
13.1 日期和货币数据处理
13.1.1 datenum函数
13.1.2 datestr函数
13.1.3 datevec函数
13.1.4 clock函数
13.1.5 now函数
13.1.6 date函数
13.1.7 weekday函数
13.1.8 eomday函数
13.1.9 calendar函数
13.1.10 etime函数
13.2 金融数据可视化与获取
13.2.1 datefind函数
13.2.2 datedisp函数
13.2.3 m2xdate函数
13.2.4 x2mdate函数
13.2.5 holidays函数
13.2.6 busdate函数
13.2.7 frac2cur函数
13.2.8 cur2frac函数
13.2.9 cur2str函数
13.2.10 highlow函数
13.2.11 candle函数
13.2.12 movavg函数
13.2.13 fetch函数
13.2.14 bolling函数
13.2.15 timer函数
13.3 证券计算
13.3.1 fvfix函数
13.3.2 fvvar函数
13.3.3 fvdisc函数
13.3.4 pvvar函数
13.3.5 pvfix函数
13.3.6 tbilldisc2yield函数
13.3.7 tbillyield2disc函数
13.3.8 zeroyield函数
13.3.9 effrr函数
13.3.10 bndyield函数
13.3.11 tbillyield函数
13.3.12 cfamounts函数
13.3.13 bndprice函数
13.3.14 prdisc函数
13.3.15 tbillprice函数
13.3.16 tbillrepo函数
13.3.17 cdai函数
13.3.18 cdyield函数
13.3.19 cdprice函数
13.3.20 cfdur函数
13.3.21 cfconv函数
13.3.22 bnddurp函数
13.3.23 bndconvp函数
13.4 证券数据管理
13.4.1 instaddfield函数
13.4.2 instdisp函数
13.4.3 instget函数
13.4.4 instgetcell函数
13.4.5 instsetfield函数
13.4.6 xlsread函数
13.4.7 csvread函数
13.4.8 textread函数
13.5 金融数据分析
13.5.1 portstats函数
13.5.2 zbtyield函数
13.5.3 zbtprice函数
13.5.4 intenvset函数
13.5.5 bondbyzero函数
13.5.6 cfbyzero函数
13.5.7 fixedbyzero函数
13.5.8 floatbyzero函数
13.5.9 swapbyzero函数
13.5.10 intenvprice函数
13.5.11 instcap函数
13.6 投资管理与风险控制
13.6.1 ret2tick函数
13.6.2 tick2rect函数
13.6.3 frontcon函数
13.6.4 portcons函数
13.6.5 portopt函数
13.6.6 portalloc函数
参考文献