CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - matlab数值计算

搜索资源列表

  1. matlab

    0下载:
  2. 我自己写了一个函数: 该函数用来计算任意函数的一阶偏导数(数值方法)
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3718
    • 提供者:caoyiping
  1. Taylor四相码信号及其模糊图的绘制

    0下载:
  2. Matlab语言由早期专门用于矩阵运算的计 算机语言发展而来,其运算格式与数学格式几乎 一样,程序因此十分简洁。且其具有强大的数值 计算能力、高级图形和可视化数据处理能力,特 别适用于科学计算、图像处理、数据的拟合与可 视化,所以本文选用Matlab语言。 如果能得到模糊函数的精确解析表达式,这 项工作就会十分简单。但现在的雷达信号越来 越复杂,如频率编码信号、码长大的相位编码信 号要计算出其模糊函数的解析表达式很麻烦。 下面以绘制13位Taylor四相码的立体模糊图 为例
  3. 所属分类:图形图象

    • 发布日期:2009-05-05
    • 文件大小:2632
    • 提供者:EXCEEDER007
  1. 线性方程组雅可比迭代法

    0下载:
  2. 数值计算方法实验 实验2 用雅克比迭代法解方程组 一、 实验目的 1、 学习使用雅克比迭代法求解方程组,加深对雅克比迭代法的认识。 2、 在误差允许的范围内,在循环次数较少的情况下,求解方程组的稳定解。 3、 进一步加深对Matlab的学习。
  3. 所属分类:文档资料

    • 发布日期:2010-12-16
    • 文件大小:366080
    • 提供者:jiliaoxiaxue
  1. function fitting

    0下载:
  2. matlab编写的数值计算程序集中的函数拟合算法集,用于科学计算中的拟合问题,包含所有拟合算法
  3. 所属分类:matlab例程

  1. matlabfunction.rar

    0下载:
  2. matlab数值分析常用算法源代码,包含了数值分析计算里的各种算法的源代码,matlab numerical
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:199840
    • 提供者:彭勇
  1. matlabusedinmonidianhefa.rar

    0下载:
  2. matlab应用在工程电磁场中,利用模拟电荷法数值计算解决工程电磁场中的各种问题,matlab electromagnetic fields used in the project, using the charge simulation method to solve engineering numerical computation of electromagnetic field problems
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:76433
    • 提供者:zy
  1. gssd

    0下载:
  2. matlab制作的高斯—赛德尔迭代法求值,数值计算方法实验作业,经测试无误。-matlab produced Gauss- Seidel iterative method evaluation, experimental work numerical methods, the test correctly.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:933
    • 提供者:sx
  1. matlab.rar

    1下载:
  2. 主要用来计算抛物型偏微分方程的数值解,而且通过调用边界函数来计算方程,采用差分编程方式,Mainly used to calculate the parabolic partial differential equations numerical solution, and by calling the function to calculate the equation of the border, using differential programmatically
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:549
    • 提供者:马冠男
  1. dblsim.rar

    1下载:
  2. 完全的二维数值积分程序 给出自变量和函数值的矩阵,便可以计算其二重积分。这里采用simpson积分法 比matlab自带的dblquad好用多了,霍霍! 同时附有口径场用Gaussian-Lagurrer函数展开程序,Fully two-dimensional numerical integration procedure to the variables and function values from the matrix, we can calculate the double in
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:3598169
    • 提供者:zealot
  1. newton_interpolation

    0下载:
  2. 牛顿插值,前插共识,前插公式,用matlab实现数值计算方法中的牛顿向前插值公式。-newton_interpolation
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:545
    • 提供者:李立
  1. matlab100examples

    0下载:
  2. matlab的100个实用源代码例子,包括图像处理,数值计算等常用源代码-matlab source code for the 100 practical examples, including image processing, numerical calculation of the source code used
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:27769
    • 提供者:小祉
  1. Newtoniterate

    1下载:
  2. 数值计算牛顿迭代法的matlab源程序 说明如下: %fun----input,the part as the form of f(x) in the equation f(x)=0 % ini----input,sets the starting point to ini % err----input,sets admissible error % sol----output,returns the root of equation-Numerical calculati
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:851
    • 提供者:闫安心
  1. gamma

    1下载:
  2. 这是一个伽玛图像校正程序,首先读入原始图像,然后利用事先在matlab中计算得到的对每个灰度值校正后的数值替代原灰度值即可。-this is a gama image revising program. it uses revised grey level obtained from matlab to substitute original image data to fulfill this task.
  3. 所属分类:Graph program

    • 发布日期:2017-03-28
    • 文件大小:1352
    • 提供者:刘晓宇
  1. interpne

    0下载:
  2. 在Matlab环境下完成线性外插和内插数值算法,包含多维数据插值计算。- interpne: Interpolates and extrapolates using n-linear interpolation (tensor product linear)
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:2843
    • 提供者:杨枫
  1. pingban-dianrong

    1下载:
  2. 平板电容的数值计算——矩量法,包含word报告,内附matlab程序-Numerical plate capacitor- moments, including word report, containing a matlab program
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:190389
    • 提供者:
  1. feixianxingfangchengzujiesuan

    0下载:
  2. 非线性方程组数值计算,MATLAB语言实现。包括多种迭代方法,牛顿法,拟牛顿法,以及相关的改进算法。-Numerical calculation implementation
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:29003
    • 提供者:sanlizi
  1. heat2d

    3下载:
  2. 这个程序是用matlab程序编写的应用数值方法计算二维平板传热的一个应用程序,含有源代码和公式,可以根据具体参加和情况进行二次开发,简单使用,非常方便。-use the Matlab to build a code,use numirical method to solve 2-D heat transfer problem, cold in the pack,can be modified by your need
  3. 所属分类:matlab

    • 发布日期:2016-05-18
    • 文件大小:597
    • 提供者:zinger
  1. matlab_newton

    0下载:
  2. 用于matlab用牛顿迭代法解方程,这个在数值计算中是很重要的-Matlab by Newton' s iterative method for solving equations, this in numerical calculation is very important to
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1007
    • 提供者:杜晓伟
  1. MATLAB-algorithm

    0下载:
  2. 插值 函数逼近 数值微分 数值积分 非线性方程求解 解线性方程组的直接解法 解线性方程组的迭代法 随机数生成 特殊函数计算 常微分方程的初值问题 偏微分方程的数值解法 数据统计和分析-Interpolation function approximation numerical integration of nonlinear differential equations numerical solution of linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:151573
    • 提供者:puda
  1. MATLAB-Fermi-function-approximation

    3下载:
  2. 用MATLAB和数值逼近方法实现费米函数的简捷计算-MATLAB and numerical approximation method for the simple calculation of the Fermi function
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:263508
    • 提供者:li
« 1 2 ... 13 14 15 16 17 1819 20 21 22 23 ... 50 »
搜珍网 www.dssz.com