登录
首页 » matlab » MATLAB

MATLAB

于 2009-02-16 发布 文件大小:1033KB
0 225
下载积分: 1 下载次数: 2

代码说明:

  这是一本关于matlab的语言基础的一本书,内容详尽,便于自学(This is a matlab language regarding the foundation of a book, comprehensive, easy to self-)

文件列表:

精通MATLAB-综合辅导与指南(附例程)
....................................\Chap10.DOC
....................................\Chap11.DOC
....................................\Chap12.DOC
....................................\Chap13.DOC
....................................\Chap14.DOC
....................................\Chap18.DOC
....................................\CHAP19.DOC
....................................\CHAP201.DOC
....................................\CHAP203.DOC
....................................\Chap211.DOC
....................................\Chap212.DOC
....................................\Chap213.DOC
....................................\Chap214.DOC
....................................\Chap221.DOC
....................................\Chap222.DOC
....................................\Chap23.DOC
....................................\Chap5.DOC
....................................\Chap6.DOC
....................................\Chap7.DOC
....................................\Chap8.DOC
....................................\Chap9.DOC
....................................\readmenow.txt
....................................\例程
....................................\....\Contents.m
....................................\....\expsin.m
....................................\....\fsderiv.m
....................................\....\fseval.m
....................................\....\fsfind.m
....................................\....\fsform.m
....................................\....\fsharm.m
....................................\....\fsmsv.m
....................................\....\fsresize.m
....................................\....\fsresp.m
....................................\....\fsround.m
....................................\....\fswindow.m
....................................\....\iforgot.m
....................................\....\mm4d.m
....................................\....\MM5
....................................\....\...\Contents.m
....................................\....\...\fsangle.p
....................................\....\...\fsdelay.p
....................................\....\...\fsderiv.p
....................................\....\...\fseval.p
....................................\....\...\fsfind.p
....................................\....\...\fsform.p
....................................\....\...\fsharm.p
....................................\....\...\fshelp.p
....................................\....\...\fsintgrl.p
....................................\....\...\fsmsv.p
....................................\....\...\fspeak.p
....................................\....\...\fspf.p
....................................\....\...\fsprod.p
....................................\....\...\fsresize.p
....................................\....\...\fsresp.p
....................................\....\...\fsround.p
....................................\....\...\fssize.p
....................................\....\...\fssum.p
....................................\....\...\fssym.p
....................................\....\...\fstable.p
....................................\....\...\fsthd.p
....................................\....\...\html
....................................\....\...\....\Readme.html
....................................\....\...\mm2dpfit.p
....................................\....\...\mm2dpstr.p
....................................\....\...\mm2dpval.p
....................................\....\...\mm5.p
....................................\....\...\mmap.p
....................................\....\...\mmarrow.p
....................................\....\...\mmax.p
....................................\....\...\mmbox.p
....................................\....\...\mmbrowse.p
....................................\....\...\mmcd.p
....................................\....\...\mmcurve.p
....................................\....\...\mmdeal.p
....................................\....\...\mmderiv.p
....................................\....\...\mmdigit.p
....................................\....\...\mmdir.p
....................................\....\...\mmdoc.p
....................................\....\...\mmdraw.p
....................................\....\...\mmedit.p
....................................\....\...\mmempty.p
....................................\....\...\mmfftbin.p
....................................\....\...\mmfftpfc.p
....................................\....\...\mmfill.p
....................................\....\...\mmfitpos.p
....................................\....\...\mmfminc.p
....................................\....\...\mmfminc_.p
....................................\....\...\mmfminu.p
....................................\....\...\mmfsolve.p
....................................\....\...\mmftfind.p
....................................\....\...\mmgca.p
....................................\....\...\mmgcf.p
....................................\....\...\mmget.p
....................................\....\...\mmgetpos.p
....................................\....\...\mmgetpt.p
....................................\....\...\mmgetsiz.p
....................................\....\...\mmgetxy.p
....................................\....\...\mmginput.p
....................................\....\...\mmgui.p

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

发表评论

0 个回复

  • basebandPAM
    BASEBAND PAM MODULATION
    2009-03-16 18:08:59下载
    积分:1
  • farrow9g
    法罗滤波器设计Matlab源代码 (farrow filter example例子 matlab源代码)
    2011-01-03 13:49:57下载
    积分:1
  • cc2541
    2.4-GHz Bluetooth™ low energy and Proprietary System-on-Chip
    2014-09-08 15:34:54下载
    积分:1
  • cal-sin
    matlab程序实例WORD版,计算三角函数实例,初学者可以看一下 (Examples WORD version matlab program to calculate trigonometric examples, beginners can look at)
    2013-05-27 10:21:41下载
    积分:1
  • pre
    指纹预处理 利用sobel算子进行边缘检测(The use of fingerprint preprocessing sobel operator for edge detection)
    2012-05-18 23:48:49下载
    积分:1
  • code
    实现最小二乘滤波器,应用于雷达等信号中,包含实现功能的子程序和主程序(Achieve least-squares filters, used in radar and other signals, including the realization of the function and main subroutine)
    2014-08-15 16:34:42下载
    积分:1
  • Matlab-vibration-analysis
    Matlab vibration analysis 附部分程序(Matlab vibration analysis)
    2013-01-17 15:35:45下载
    积分:1
  • ieee754_32
    Converts a floating point value to IEEE 754 32 bit binary representation. Sign Bit: 1 Exp: 2 to 9 Frac: 10:32 Single-precision floating-point format is a computer number format that occupies 4 bytes (32 bits) in computer memory and represents a wide dynamic range of values by using a floating point. In IEEE 754-2008 the 32-bit base 2 format is officially referred to as binary32. It was called single in IEEE 754-1985. In older computers, other floating-point formats of 4 bytes were used. For example, the 32-bit floating point bit pattern 1 01111101 00101100000000000000000 is interpreted as the following: (− 1)1 × (1 + 0.34375) × 2(125–127) = -1.34375× 2− 2 = -0.3359375 ​
    2013-09-07 22:20:32下载
    积分:1
  • svt
    matlab实现的svt(奇异值阈值)算法(matlab implementation svt (singular value threshold) algorithm)
    2010-12-14 12:43:42下载
    积分:1
  • minzufeng
    matlab版最炫民族风,娱乐,可以参考下发生和节拍的编写(《Most shining national wind》on Matlab,for fun)
    2012-05-18 16:30:30下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载