登录
首页 » matlab » matlabbasic

matlabbasic

于 2009-09-24 发布 文件大小:375KB
0 175
下载积分: 1 下载次数: 11

代码说明:

  matlab基础与应用实例集粹配套光盘内容 值得学习(matlab basic and application examples Base of supporting CD-ROM content worth learning)

文件列表:

MATLAB基础与应用实例集粹(书号:16595)源程序
.............................................\第10章 模糊逻辑工具箱的使用
.............................................\...........................\eg10_1.fis
.............................................\...........................\eg10_3.m
.............................................\第11章 线性矩阵不等式工具箱
.............................................\...........................\eg1103.m
.............................................\...........................\eg1106.m
.............................................\...........................\eg1107.m
.............................................\...........................\eg1108.m
.............................................\...........................\eg1109.m
.............................................\...........................\eg1110.m
.............................................\...........................\eg1111.m
.............................................\...........................\eg1116.m
.............................................\...........................\eg1117.m
.............................................\...........................\eg1118.m
.............................................\第13章 MATLAB综合实例
.............................................\.....................\eg13_1.fis
.............................................\.....................\eg13_1.mdl
.............................................\.....................\eg13_1a.m
.............................................\.....................\eg13_1b.m
.............................................\.....................\eg13_2.m
.............................................\.....................\eg13_3.m
.............................................\.....................\isedge.m

.............................................\第2章 MATLAB数值运算
.............................................\.....................\matrix1.txt
.............................................\第3章 MATLAB编程基础
.............................................\.....................\fact.m
.............................................\.....................\sin.m
.............................................\第4章 MATLAB图形用户界面与绘图
.............................................\..............................\eg4_1.m
.............................................\..............................\eg4_10.m
.............................................\..............................\eg4_11.m
.............................................\..............................\eg4_12.m
.............................................\..............................\eg4_13.m
.............................................\..............................\eg4_14.m
.............................................\..............................\eg4_15.m
.............................................\..............................\eg4_16.m
.............................................\..............................\eg4_17.m
.............................................\..............................\eg4_18.m
.............................................\..............................\eg4_19.m
.............................................\..............................\eg4_2.m
.............................................\..............................\eg4_20.m
.............................................\..............................\eg4_21.m
.............................................\..............................\eg4_22.m
.............................................\..............................\eg4_23.m
.............................................\..............................\eg4_25.m
.............................................\..............................\eg4_25_2.m
.............................................\..............................\eg4_3.m
.............................................\..............................\eg4_4.m
.............................................\..............................\eg4_5.m
.............................................\..............................\eg4_6.m
.............................................\..............................\eg4_7.m
.............................................\..............................\eg4_8.m
.............................................\..............................\eg4_9.m
.............................................\第5章 MATLAB与其他语言的借口设计
.............................................\.................................\firstc.c
.............................................\.................................\mrank.m
.............................................\.................................\mrankwin.c
.............................................\.................................\printmatrix.m
.............................................\.................................\编译结果
.............................................\.................................\........\libPkg.c
.............................................\.................................\........\libPkg.ctf
.............................................\.................................\........\libPkg.exports
.............................................\.................................\........\libPkg.h
.............................................\.................................\........\libPkg_mcc_component_data.c
.............................................\.................................\........\libPkg_mcr
.............................................\.................................\........\..........\java
.............................................\.................................\........\..........\....\jar
.............................................\.................................\........\..........\....\...\toolbox
.............................................\.................................\........\..........\....\...\.......\database.jar
.............................................\.................................\........\..........\toolbox
.............................................\.................................\........\..........\.......\compiler
.............................................\.................................\........\..........\.......\........\deploy
.............................................\.................................\........\..........\.......\........\......\deployprint.m
.............................................\.................................\........\..........\.......\........\......\FigureMenuBar.fig
.............................................\.................................\........\..........\.......\........\......\FigureToolBar.fig
.............................................\.................................\........\..........\.......\........\......\fopen.m
.............................................\.................................\........\..........\.......\........\......\hgrc.m
.............................................\.................................\........\..........\.......\........\......\input.m
.............................................\.................................\........\..........\.......\........\......\matlabrc.m
.............................................\.................................\........\..........\.......\........\......\pause.m
.............................................\.................................\........\..........\.......\........\......\readline.dll
.............................................\.................................\........\..........\.......\........\dirname.m
.............................................\.................................\........\..........\.......\........\ja
.............................................\.................................\........\..........\.......\........\..\htm" target=_blank>xlate
.............................................\.................................\........\..........\.......\database
.............................................\.................................\........\..........\.......\........\database
.............................................\.................................\........\..........\.......\........\........\@cursor
.............................................\.................................\........\..........\.......\........\........\.......\attr.m
.............................................\.................................\........\..........\.......\........\........\.......\close.m
.............................................\.................................\........\..........\.......\........\........\.......\cols.m
.............................................\.................................\........\..........\.......\........\........\.......\columnnames.m
.............................................\.................................\........\..........\.......\........\........\.......\Contents.m
.............................................\.................................\........\..........\.......\........\........\.......\cursor.m
.............................................\.................................\........\..........\.......\........\........\.......\fetch.m
.............................................\.................................\........\..........\.......\........\........\.......\get.m
.............................................\.................................\........\..........\.......\........\........\.......\querytimeout.m
.............................................\.................................\........\..........\.......\........\........\.......\rowlimit.m
.............................................\.................................\........\..........\.......\........\........\.......\rows.m

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • base2fft
    根据DFT的基二分解方法,可以发现在第L(L表示从左到右的运算级数,L=1,2,3…M)级中,每个蝶形的两个输入数据相距B=2^(L-1)个点,同一旋转因子对应着间隔为2^L点的2^(M-L)个蝶形。从输入端开始,逐级进行,共进行M级运算。在进行L级运算时,依次求出个2^(L-1)不同的旋转因子,每求出一个旋转因子,就计算完它对应的所有的2^(M-L)个蝶形。因此我们可以用三重循环程序实现FFT变换。同一级中,每个蝶形的两个输入数据只对本蝶形有用,而且每个蝶形的输入、输出数据节点又同在一条水平线上,所以输出数据可以立即存入原输入数据所占用的存储单元。这种方法可称为原址计算,可节省大量的存储单元。附件包含算法流程图和源程序。(err)
    2008-04-20 23:11:05下载
    积分:1
  • MATLAB
    2012b破解Crack,很好的东西,安装方法网上有(2012b crack Crack, very good things, the installation method online)
    2013-11-22 20:40:17下载
    积分:1
  • CA
    说明:  CA算法可以将数量型属性划分成若干个优化的区间,它综合了分层聚类于划分聚类的优点,对于给定的不同的初始类个数,CA算法能随着迭代过程的不断进展改变类的数目,一些竞争力差的类即类的基数小于给定阙值的类将在迭代过程中不断消失,最终得到能够有效体现数据实际分布情况的优化聚类个数。(CA algorithm for quantitative attributes can be divided into a number of the interval optimization, hierarchical clustering which combines the advantages of clustering in the division, for a given number of different types of initial, CA algorithm as the iterative process the continuous progress of change in the number of categories, some categories of poor competitiveness of the base type that is less than the value of a given category Que iterative process will continue to disappear and eventually be able to effectively reflect the actual distribution of data to optimize the number of clustering.)
    2009-05-17 11:02:13下载
    积分:1
  • step4
    code for entire transmitter receiver include ADC DAC blocks for digital comm
    2011-06-02 04:01:08下载
    积分:1
  • Spline-interpolation
    样条插值的相关matlab源码,包含6个.m的文件(Spline interpolation matlab source code, containing 6 m files)
    2012-07-26 16:45:19下载
    积分:1
  • botella
    genera una botella por curvas de bezier
    2009-11-25 08:47:17下载
    积分:1
  • chap8
    P0801:索书号文字图像分割 P0802:粘连字符切分 P0803:文字识别 P0804:彩色车牌分割 P0805:商标文字分割 Recognition:文字识别的识别子函数 StrDetect01:文字识别的结构特征提取子函数(P0801: Call Number text image segmentation P0802: adhesion character segmentation P0803: Character Recognition P0804: color plates partition P0805: text segmentation trademarks Recognition: Character Recognition Recognition Functions StrDetect01: the structure of character recognition feature extraction Functions)
    2008-05-21 22:25:09下载
    积分:1
  • Merrien-J.-L
    Analyse numerique avec Matlab (Dunod,2007)
    2012-11-07 22:16:55下载
    积分:1
  • junyoung3
    This file includes demodulation algorithm who is using and studying the matlab simulink. I hope this zip file would be helpful for them.
    2012-11-26 23:06:20下载
    积分:1
  • workgai
    matla窗口制作,滤波,频谱分析等功能的很多程序(window matla production, filtering, spectral analysis of the many procedures and other functions)
    2009-05-16 11:55:17下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载