登录
首页 » matlab » Matlab-Engineering-Mathematics

Matlab-Engineering-Mathematics

于 2011-05-17 发布 文件大小:13353KB
0 109
下载积分: 1 下载次数: 9

代码说明:

  本书共分5篇48章。主要介绍MATLAB提供的统计、优化、偏微分方程数值解、样条和曲线拟合等5个与工程计算关系密切的工具箱。其中统计工具箱、优化工具箱、偏微分方程数值解工具箱和样条工具箱的介绍在国内图书中最全面,并且实例丰富,本书的内容紧随版本的最新变化。(Matlab Engineering Mathematics)

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

发表评论

0 个回复

  • activeContoursSnakesDemo
    本演示实现了主动轮廓模型由Kass等人提出。 要运行它的图形用户界面 1。基于MATLAB型引导提示。 2。关于“到现有的图形用户界面,点击” 3。选择在与本文件相同的目录snk.fig文件 4。按一下上方的绿色箭头启动图形界面 一旦GUI已经启动,您可以通过使用蛇 1。点击“新形象”,并加载输入图像。提供的样品图像。 2。平滑参数设置“西格玛”或保留其默认值并点击“过滤器”。这将平滑图像。 3。只要你点击“过滤器”,头发会出现交叉,用他们和你左击鼠标,您可以选择在图像上的初始轮廓的位置。会出现一个红色圆圈到处您单击并在多数情况下,你应该单击对象周围的一切你想要的部分。最后一点,必须挑选使用右键单击,以阻止更多的积分为MATLAB的要求。 4。设置各种蛇参数(在能源方面的相对权重的蛇目标函数)或离开它们的默认值,然后按一下他们“迭代”按钮。蛇会出现和移动,因为它收敛到它的低能量状态。(This demo implements the Active Contour Models as proposed by Kass et al. To run it with GUI 1. Type guide on the matlab prompt. 2. Click on "Go to Existing GUI" 3. Select the snk.fig file in the same directory as this file 4. Click the green arrow at the top to launch the GUI Once the GUI has been launched, you can use snakes by 1. Click on "New Image" and load an input image. Samples image are provided. 2. Set the smoothing parameter "sigma" or leave it at its default value and click "Filter". This will smooth the image. 3. As soon as you click "Filter", cross hairs would appear and using them and left click of you mouse you can pick initial contour location on the image. A red circle would appear everywhere you click and in most cases you should click all the way around the object you want to segment. The last point must be picked using a right-click in order to stop matlab for asking for more points. 4. Set the various snake paramete)
    2010-07-05 11:54:13下载
    积分:1
  • CJLibrary-608
    Visual Studio 2008 下可以编译通过的CJLibary.(CJLibrary version 6.08c with Visual Studio 2008 project.)
    2013-11-14 16:57:11下载
    积分:1
  • cuangai
    图像篡改检测与修复 但是修复可以雷同 请自己对比修改(it is a program a usefull program)
    2015-03-30 07:59:35下载
    积分:1
  • vbmfa.tar
    文章“要素分析的贝叶斯混合变分推断方法”的matlab程序(Matlab program of The article Variational Infence for Bayesian mixture lof factor analysers )
    2009-10-22 21:24:28下载
    积分:1
  • AM-demodulation
    说明:  AM调制解调的M文件,实现简单的AM调制以及解调,可求频谱(AM demodulation M files, achieve simple AM modulation and demodulation, may ask the spectrum )
    2011-04-08 08:51:12下载
    积分:1
  • a_1
    说明:  语音识别全过程的matlab程序,运行测试能出结果,希望对你们有用,实在没点数才把自己压箱底的东西拿出来,呜呜(The whole process of speech recognition matlab program, run the test to the result, I hope helpful for you, only then it did not point out what their own bottom pressure, the hum)
    2011-03-08 11:26:47下载
    积分:1
  • matlablicenseplateextractionprocedure
    说明:  利用matlab编写的车牌提取程序~很好用,大家来下载(Prepared using matlab license plate extraction procedure ~)
    2010-04-06 16:20:56下载
    积分:1
  • demo_turbo
    用于无线通信系统中提高通信质量、减小误码率的有效措施的操作工具(Used in wireless communication systems to improve communication quality, effective measures to reduce the error rate)
    2011-07-09 23:41:53下载
    积分:1
  • MATLAB-PROGRAMING
    MATLAB和Mathematica、Maple并称为三大数学软件。它在数学类科技应用软件中在数值计算方面首屈一指。MATLAB可以进行矩阵运算、绘制函数和数据、实现算法、创建用户界面、连接其他编程语言的程序等,主要应用于工程计算、控制设计、信号处理与通讯、图像处理、信号检测、金融建模设计与分析等领域。 MATLAB的基本数据单位是矩阵,它的指令表达式与数学、工程中常用的形式十分相似,故用MATLAB来解算问题要比用C,FORTRAN等语言完成相同的事情简捷得多,并且MATLAB也吸收了像Maple等软件的优点,使MATLAB成为一个强大的数学软件。在新的版本中也加入了对C,FORTRAN,C++,JAVA的支持。可以直接调用,用户也可以将自己编写的实用程序导入到MATLAB函数库中方便自己以后调用,此外许多的MATLAB爱好者都编写了一些经典的程序,用户可以直接进行下载就可以用。(MATLAB and Mathematica, Maple and called the three mathematical software. It is during a math class technology application software in the numerical calculations to none. MATLAB matrix operations can be performed, mapping functions and data, algorithm, creating the user interface, connect to other programming languages ​ ​ procedures, mainly used in engineering calculations, control design, signal processing and communications, image processing, signal detection, financial modeling design and analysis and other fields. MATLAB basic unit of data is a matrix, its instruction expression and mathematics, engineering, commonly used forms are very similar, so use MATLAB to solving the problem than with C, FORTRAN and other languages ​ ​ accomplish the same thing more simple, and also MATLAB absorb the advantages of software such as Maple, so MATLAB become a powerful mathematical software. In the new version also adds support for C, FORTRAN, C++, JAVA support. Can be calle)
    2013-09-13 17:29:07下载
    积分:1
  • qdyantuo
    本程序是用于处理端点效应时的信号延拓方法,次程序是用于前段延拓,对于后端延拓的话直接把原信号进行翻转后再进行延拓,延拓后将信号再翻转回来就行。(This program is a signal extension methods for processing when the end effect, sub-program for front extension, extension to the rear end, then flip directly to the original signal and then carry out extension, the extension will signal the extension then flipped back on the line.)
    2014-05-22 12:04:58下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 42今日下载