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

搜索资源列表

  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. MATLAB7.0

    0下载:
  2. 主要介绍了matlab7.0的基础知识和使用技巧包括(数值运算,符号运算,图形处理)及强大的编程功能和各种实际应用-It mainly introduces the basic knowledge and skills including the use of (numerical computation, symbolic computation, graphics processing) and a powerful programming features and a variety o
  3. 所属分类:matlab

    • 发布日期:2017-06-01
    • 文件大小:14798822
    • 提供者:zhanghannv
  1. matlabshuzhibianhuan

    0下载:
  2. 矩阵和向量及其数值运算多项式的运算求函数的极值和零点 -Matrix and vector and numerical computing for computing polynomial function extremum and zero
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:21662
    • 提供者:yang
  1. shuzhifenxiMatlabchengxu

    0下载:
  2. 此程序是数值分析中的插值运算Matlab程序,插值运算应用相当广泛,此程序为大家提供了方便-Numerical analysis of this process is the interpolation operator in Matlab procedures, a wide range of computing applications interpolation, this program has provided the convenience
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:2444
    • 提供者:刘建
  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. 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. tongxunyuanlishejibaogao

    0下载:
  2. 数字信号处理的直接对象是数字信号,处理的方式是数值运算的方式,它涉及到的内容非常丰富和广泛,它是应用最快、成效最显著的新学科之一,做为信息专业的专业基础课,需要掌握其基本理论和基本的分析方法,通过理论和实践、原理和应用结合让学生掌握知识。而matlab是集数学计算、图形处理和程序语言设计于一体的软件,通过matlab来实现数字信号处理的有关表达,最终实现课程设计的目的。-Direct object of digital signal processing digital signal proce
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:237917
    • 提供者:周澄
  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. Desktop

    0下载:
  2. 追赶法解数学方程,主要用于数值运算,希望对大家有帮助-Solving mathematical equations to catch up, mainly for numerical computation, we want to help
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:741
    • 提供者:郝好
  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实现 (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. 数值分析

    2下载:
  2. 数值计算主要研究如何利用计算机更好的解决各种数学问题,包括连续系统离散化和离散形方程的求解,并考虑误差、收敛性和稳定性等问题。从数学类型分,数值运算的研究领域包括数值逼近、数值微分和数值积分、数值代数、最优化方法、常微分方程数值解法、积分方程数值解法、偏微分方程数值解法、计算几何、计算概率统计等。随着计算机的广泛应用和发展,许多计算领域的问题,如计算物理、计算力学、计算化学、计算经济学等都可归结为数值计算问题。(Numerical calculations mainly study how to
  3. 所属分类:matlab例程

    • 发布日期:2018-05-01
    • 文件大小:20480
    • 提供者:践心
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com