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

搜索资源列表

  1. dan

    0下载:
  2. Matlab的Optimization软件包,虽然能很好地解决线性规划问题,但对于无解和有无穷个解地情况,结果不能让人满意,本人编了几个函数用于打印单纯形表。-Matlab Optimization package, Although able to solve linear programming problems, but no solution and a solution to the endless, the results are not satisfying. I compiled
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2529
    • 提供者:何永能
  1. Whitenoisesequence

    0下载:
  2. 1.产生[0,1]均匀分布的白噪声序列 (1) 打印出前50个数 (2) 分布检验 (3) 均值检验 (4) 方差检验 (5) 计算相关函数 Bx(i),i=0,±1,±2,…, ±10
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:863
    • 提供者:yanxiaoying
  1. Normalwhitenoise

    0下载:
  2. 产生 正态白噪声序列 (1) 打印出前50个数 (2) 分布检验 (3) 均值检验 (4) 方差检验 (5) 计算相关函数 Bx(i),i=0,±1,±2,…, ±10。 B(m)=1/1000
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:914
    • 提供者:yanxiaoying
  1. band-pass-filter-by-remez-function

    2下载:
  2. 用MATLAB中remez函数设计一带通FIR滤波器。打印出单位脉冲响应 ,并画出幅频响应。-Design using MATLAB function in the vicinity of remez pass FIR filter. Print out the unit impulse response and frequency response plot.
  3. 所属分类:matlab

    • 发布日期:2017-03-21
    • 文件大小:2268
    • 提供者:董晓曦
  1. cubic-spline

    0下载:
  2. 求解第一型3次样条插值函数的通用程序,可以自己输入数据自动进行拟合,并打印结果-Solving the first type 3 spline interpolation function of the general program, you can make your own input data automatically fitting, and print the results
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:3188
    • 提供者:yazhoulong
  1. ID3DecisionTree

    1下载:
  2. 原为某课大作业,改进的决策树函数,使用matlab对ID3决策树算法进行了重现。支持树的建立,打印和使用。附带部分注解-A rewrite of decision tree in matlab.
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:5019
    • 提供者:LosPhoenix
  1. 牛顿法迭代

    0下载:
  2. function main() clc; clear all; f = @(x)log(x+sin(x)); % 测试函数 df = @(x)(1+cos(x))/(x+sin(x)); % 导数函数 x0 = 0.1; % 迭代初值 x = TestNewton(f, df, x0) % 牛顿法求解 function x = TestNewton(fname, dfname, x0, e, N) % 用途:Newton迭代法解非线性方程f(x)=0 % fname和df
  3. 所属分类:matlab例程

搜珍网 www.dssz.com