CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 matlab例程 搜索资源 - MATLAB数值运算

搜索资源列表

  1. matlab_jiaocheng

    0下载:
  2. Matlab是Matlab产品家族的基础,它提供了基本的数学算法,例如矩阵运算、数值分析算法,Matlab集成了 2D和3D图形功能,以完成相应数值可视化的工作,并且提供了一种交互式的高级编程语言——M语言,利用M语言可以通过编写脚本或者函数文件实现用户自己的算法。 这是关于matlab的教程-Matlab family of products is the basis of Matlab, which provides the basic mathematical algorithms,
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:189477
    • 提供者:lyd
  1. 11

    0下载:
  2. Matlab语言常用算法程序集.rar 里面有很多有用的Matlab数值运算示例程序 值得参考!-Matlab language commonly used algorithm for assembly. Rar there are many useful examples of Matlab procedures for numerical computation it is also useful!
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:115992
    • 提供者:wupeng
  1. linear

    0下载:
  2. 一个简单的线性插值实例可以运算利用数值分析的函数-A simple linear interpolation example of computing the use of numerical analysis can be a function of
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:2450
    • 提供者:markoli
  1. MATLAB

    0下载:
  2. 一、 实验目的 1 熟悉MATLAB环境。 2 掌握MATLAB矩阵输入、运算以及MATLAB的数值运算功能。 3 掌握各种数据的创建‘访问,扩建,缩减。创建一个2*2元胞数组,扩充和缩减 -First, the experimental purpose a familiar MATLAB environment. 2 master MATLAB matrix input, operation and function of MATLAB numerical computing.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:585687
    • 提供者:付波
  1. Matlab

    1下载:
  2. matlab基础及应用教程,详细介绍了其语言基础,数值符号运算及程序设计。-basic and applied matlab tutorial, detailing the basis of their language, numerical computation and symbolic programming.
  3. 所属分类:matlab

    • 发布日期:2017-05-13
    • 文件大小:3428613
    • 提供者:飞飞
  1. SoutheastUniversityMATLABCourseware

    0下载:
  2. 东南大学MATLAB课件,第一章 MATLAB概述,第二章 MATLAB数值运算,第三章 MATLAB符号运算-Southeast University, MATLAB courseware, chapter MATLAB overview of Chapter MATLAB numerical computing, symbolic computing MATLAB Chapter ... ...
  3. 所属分类:matlab

    • 发布日期:2017-05-03
    • 文件大小:1044832
    • 提供者:王瑶
  1. 001

    0下载:
  2. 因为MATLAB需要用到处理器的数学运算部分(MATLAB默认用的是INTEL的数学处理单元),故需要设置一下BLAS(Basic Linear Algebra Subroutines,就是"基础线性几何子程序"的意思)环境变量. 首先请确认你的MATLAB的文件夹中有如下文件:atlas_Athlon.dll(AMD系列的请用这个), atlas_P4.dll(P4的用这个),atlas_PIII.dll(P3的用这个),atlas_PII.dll(P2的用这个),这些是对应处理器的数值运算
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:547
    • 提供者:吴斌
  1. Matlab-Course

    0下载:
  2. Matlab教程,包括Matlab符号与数值运算、Matlab绘图、Matlab程序设计及其工程运用等内容-Matlab tutorials, including Matlab symbolic and numerical computation, Matlab graphics, Matlab programming and engineering application, etc.
  3. 所属分类:matlab

    • 发布日期:2017-05-16
    • 文件大小:4286329
    • 提供者:李好
  1. vcPPsourcecode7

    1下载:
  2. 600个大型项目源码之一: MATLAB与VC++混合编程实现一维小波多尺度分解 小波分析世纪80年代开始发展成熟起来的一个数学分支,其应用领域十分广泛,并逐步成为信号分析的又一有力工具。MATLAB的小波工具箱为我们提供了小波多尺度分解函数,方便了我们对小波的使用。但是用它所编写的软件不能脱离MATLAB编程环境在Windows平台下直接运行,代码执行效率低下,运行时占较多的系统资源,不能达到某些用户的需求。 VC++是由美国Microsoft 公司开发的可视化C/C++集
  3. 所属分类:matlab

    • 发布日期:2017-04-24
    • 文件大小:230796
    • 提供者:smith
  1. Matlab_Ch5

    0下载:
  2. MATLAB数值运算,很实用的MATLAB教程,希望对大家有些帮助。-MATLAB numerical computing, MATLAB is very useful tutorial, we want some help.
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:280721
    • 提供者:lhp
  1. Matlab

    0下载:
  2. Matlab宝典 由浅入深、循序渐进地介绍了MATLAB7.0的知识体系及操作方法。全书共分14章,内容涵盖了MATLAB7.0概述、基础知识、数值运算、数据分析、符号计算、数据的可视化、M语言程序设计、Simulink仿真系统、句柄图形、GUI、文件输入/输出、编译器和应用程序接口等。- Matlab baodian
  3. 所属分类:matlab

    • 发布日期:2017-06-19
    • 文件大小:29554201
    • 提供者:王柯
  1. matlab-Tutorial

    0下载:
  2. 介绍了:一、MATLAB概述 二、MATLAB的数值运算、符号运算 三、MATLAB的二维、三维绘图 四、图形化仿真程序设计 五、MATLAB工具箱与跨平台接口 六、MATLAB 6 简介 七、MATLAB程序设计 -Introduced: an Overview of MATLAB? MATLAB numerical computing, symbolic computation? The three MATLAB 2D and 3D graphics? Graphical simula
  3. 所属分类:matlab

    • 发布日期:2017-05-09
    • 文件大小:2304960
    • 提供者:陈花
  1. MATLAB

    0下载:
  2. 北京工业大学MATLAB课件,包括:MATLAB概述 ,MATLAB的数值运算、符号运算,MATLAB的二维、三维绘图 ,图形化仿真程序设计 等。-Beijing University of MATLAB courseware, including: MATLAB Overview, MATLAB numerical computation, symbolic computation, MATLAB two-dimensional, three Dimensional drawing, Grap
  3. 所属分类:matlab

    • 发布日期:2017-05-10
    • 文件大小:2448040
    • 提供者:王贞
  1. MATLAB_the-code

    0下载:
  2. 阅读这些列出的matlab宝典里的源代码,能够更加快速的理解matlab数值运算的功能-Read source code listed matlab Collection, to be able to more quickly understand the function of the numerical computation of the matlab
  3. 所属分类:matlab

    • 发布日期:2017-11-30
    • 文件大小:423120
    • 提供者:吴夏英
  1. matlab

    0下载:
  2. MATLAB课件,前两章,包括数值运算和简述,对初学者有很大的帮助-MATLAB courseware, the first two chapters, including numerical computation and brief for beginners great help
  3. 所属分类:matlab

    • 发布日期:2017-12-06
    • 文件大小:1008382
    • 提供者:杨伟
  1. matlab-training-2660

    0下载:
  2. 《MATLAB程序设计教程》电子教案-2660 的目录 2005/04/21 21:24 57,856 第10章 MATLAB图形句柄.ppt 2005/04/21 21:25 64,512 第11章 MATLAB图形用户界面设计.ppt 2005/04/21 21:26 75,776 第12章 Simulink动态仿真集成环境.ppt 2005/04/21 17:58 48,640 第13章 在Word环境下使用MATLAB.ppt 2005/04/15 19:59
  3. 所属分类:matlab

    • 发布日期:2017-04-28
    • 文件大小:213606
    • 提供者:leo
  1. 数值分析及其MATLAB实现 (F)

    1下载:
  2. 用matlab实现数值分析的运算,还是比较有用的啦(Using matlab to achieve numerical analysis of the operation, or more useful friends)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-18
    • 文件大小:11001856
    • 提供者:mabiubiu
  1. MATLAB7_0基础教程_清华大学

    0下载:
  2. 本书结合科学研究和工程中的实际需要,系统的介绍了数学软件MATLAB 7.0的基本功能,包括数值运算、符号运算和图形处理等功能,并在此基础上精心设计了丰富的实例,同时介绍了MATLAB 7.0在科学计算中的一些应用。(This book combines the actual needs of the scientific research and engineering, introduces the basic function of MATLAB 7 software, including
  3. 所属分类:matlab例程

    • 发布日期:2017-12-29
    • 文件大小:11223040
    • 提供者:小董ATG
  1. 《Matlab宝典》

    0下载:
  2. 《matlab宝典》是一本matlab教程,由浅入深、循序渐进地介绍了MATLAB7.0的知识体系及操作方法。全书共分14章,内容涵盖了MATLAB7.0概述、基础知识、数值运算、数据分析、符号计算、数据的可视化、M语言程序设计、Simulink仿真系统、句柄图形、GUI、文件输入/输出、编译器和应用程序接口等。(Matlab dictionary is a matlab tutorial, which introduces the knowledge system and operation
  3. 所属分类:matlab例程

    • 发布日期:2018-04-21
    • 文件大小:29322240
    • 提供者:why0719
  1. MATLAB数字信号处理仿真系统(GUI)

    5下载:
  2. 本课题基于MATLAB平台的数字信号处理仿真演示系统。数字信号即离散信号,本设计带有一个丰富得GUI人机交互界面,一共包括4个部分,分别为:离散时间信号的卷积,基本函数的Z变换(单位阶跃信号,脉冲信号,斜变信号,正余弦信号,指数系列信号),Z变换的基本性质(线性,位移,z域尺度变换,时域卷积),傅里叶变换的基本性质。是一个不错的选题,GUI设计逻辑清晰,章节清晰,层次明了。(This project is based on MATLAB platform of digital signal pr
  3. 所属分类:matlab例程

    • 发布日期:2020-11-28
    • 文件大小:1170432
    • 提供者:MATLAB道长
« 12 3 4 »
搜珍网 www.dssz.com