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

搜索资源列表

  1. matlab超级实用程序100例

    0下载:
  2. 用于各类画图,数据显示,插值计算、迭代,数据处理、界面设计等等,超级实用(For various types of drawing, data display, interpolation calculation, iteration, data processing, interface design, and so on, super practical)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-05
    • 文件大小:62464
    • 提供者:小小先生
  1. matlab 功率谱估计

    1下载:
  2. 计算时间序列,尤其是观测数据中的变量的功率谱估计的例子,直接修改输入数据即可使用。(An example of computing power spectrum estimation of time series, especially the variables in observation data, can be used directly to modify the input data.)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-05
    • 文件大小:2048
    • 提供者:小小先生
  1. 14节点配电网牛拉法潮流计算程序

    1下载:
  2. 牛顿拉弗逊法潮流计算程序(matlab)(newton-raphson method power flow calculation program (matlab))
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:1024
    • 提供者:zstll
  1. 精通MATLAB最优化计算

    1下载:
  2. 各类优化算法,MATLAB,源程序,带说明(All kinds of optimization algorithms, MATLAB, source program, instruction)
  3. 所属分类:其他

  1. npcsma protocol matlab simulation

    0下载:
  2. 基于MATLAB的非坚持型CSMA的算法仿真,分析业务量和吞吐量的关系,计算业务量对延时个数的影响。(The algorithm simulation of non stick CSMA based on MATLAB is analyzed, and the relationship between traffic and throughput is analyzed, and the influence of traffic on the number of delay is calcula
  3. 所属分类:matlab例程

    • 发布日期:2018-01-06
    • 文件大小:3072
    • 提供者:浅色代码
  1. 用RANSAC方法计算两幅图像间的单应性矩阵

    2下载:
  2. 用RANSAC方法计算两幅图像间的单应性矩阵,包含了点集的选取,ransac去除误匹配,和单应性矩阵计算程序3部分
  3. 所属分类:matlab例程

  1. 配电系统可靠性计算

    1下载:
  2. 10负荷点配电网蒙特卡洛法可靠性计算程序,用于计算简单的给定的配电网,内容包含matlab与vs2010程序,以及配电网参数的说明。(10 load point distribution network Monte Carlo reliability calculation program is used to calculate a simple distribution network. The contents include MATLAB and VS2010 program, and
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:1125376
    • 提供者:Ink Zeal
  1. 冲击响应谱计算的matlab程序

    1下载:
  2. 此程序主要是应用于冲击响应谱的计算,特别是对于一般的脉冲激励。(Calculation of shock response spectrum)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:6144
    • 提供者:holdson
  1. 《最优化计算方法及其MATLAB程序实现》电子资料

    1下载:
  2. matlab code for the book as titled
  3. 所属分类:matlab例程

  1. MATLAB

    1下载:
  2. 矩形空腔声共振频率的计算程序,这个程序可以改变三个模态参数,并且同时以矩阵的形式输出。(This program is for calculating the tonal frequency of acoustic resonance of rectangular cavity.)
  3. 所属分类:matlab例程

  1. MATLAB高阶累积量工具箱

    0下载:
  2. matlab高阶统计量工具箱,用于计算2阶累积量,3阶累积量,4阶累积量等(sorry,it is too hard for me to introduce this fucking program,look at my introduction in chinese!)
  3. 所属分类:mathematica

  1. 数值计算方法

    0下载:
  2. 数值计算方法中求特征值和特征向量的若干方法(Eigenvalue in numerical method)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-07
    • 文件大小:3072
    • 提供者:27jzy
  1. 用matlab求伪Wigner-Ville分布

    2下载:
  2. 用matlab求伪Wigner-Ville分布(Using the pseudo Wigner-Ville distribution with MATLAB)
  3. 所属分类:书籍源码

    • 发布日期:2018-01-07
    • 文件大小:7168
    • 提供者:辛海涛
  1. Files

    0下载:
  2. 数字图像处理,图像质量评价指标,matlab 计算图像峰值信噪比(Calculation of peak signal to noise ratio)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-07
    • 文件大小:83968
    • 提供者:6586
  1. 牛拉法潮流计算

    2下载:
  2. 可以实现牛顿拉夫逊潮流计算matlab 程序,支路数据和节点数据要分别写在txt文档中,在NR_algorithm.m 中调用这两个txt文档。(Newton Raphson power flow calculation matlab program)
  3. 所属分类:能源行业(电力石油煤炭)

    • 发布日期:2018-01-07
    • 文件大小:369664
    • 提供者:旭日朝阳
  1. 计算物理作业答案参考

    0下载:
  2. 计算雷纳德琼斯势,计算开普勒三定律等重要程序(Calculating the Renard Jones potential and calculating the important procedures such as the three law of Kepler)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-07
    • 文件大小:1624064
    • 提供者:drchen
  1. 牛顿迭代法的MATLAB实现_云磊

    1下载:
  2. 牛顿迭代法是方程求根中的一种较快捷的迭代方法,但遇到较复杂的方程时计算量较大。文章采用了MATLAB编程来实现牛顿迭代法,并给出了具体的计算例子。(Using the MATLAB programming to realize the Newton iterative method)
  3. 所属分类:数学计算

    • 发布日期:2018-01-07
    • 文件大小:2770944
    • 提供者:Effie
  1. PowerFlow Calculation

    0下载:
  2. 用于潮流计算中的高斯算法,牛顿拉夫逊算法,PQ解耦算法,BX/XB算法的具体matlab实现(The specific matlab implementation of Gauss algorithm, Newton Ralph Xun algorithm, PQ decoupling algorithm and BX/XB algorithm for power flow calculation)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-07
    • 文件大小:1766400
    • 提供者:Serain
  1. Matlab求梯度

    0下载:
  2. 基于matlab的梯度算法,直接用算子计算梯度的角度(Gradient algorithm based on MATLAB)
  3. 所属分类:网络编程

  1. lyapunov

    0下载:
  2. matlab计算lyapunuov指数的方法(The method of calculating Lyapunuov exponent by MATLAB)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:5120
    • 提供者:ziwicn
« 1 2 ... 13 14 15 16 17 1819 20 21 22 23 ... 50 »
搜珍网 www.dssz.com