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

搜索资源列表

  1. invGUI

    0下载:
  2. 解压之后.添加到matlab->file->set path里面,就可以直接运行InvGUI.输入具体的数值后,自动plot figure.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:4841
    • 提供者:lipu721
  1. periodogramestimate

    1下载:
  2. Generate 100 samples of a zero-mean white noise sequence with variance , by using a uniform random number generator. a Compute the autocorrelation of for . b Compute the periodogram estimate and plot it. c Generate 10 different realizations
  3. 所属分类:matlab例程

    • 发布日期:2014-01-17
    • 文件大小:1157
    • 提供者:冀晗
  1. MATLAB-plot

    0下载:
  2. 关于matlab作图的具体实现,详细介绍了matlab一维二维和三维作图的命令和实用方法!
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:247048
    • 提供者:何宇翔
  1. plot

    1下载:
  2. Matlab经典算法与程序之绘图,包括M文件和一个PPS教程
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:22785
    • 提供者:刘东
  1. plot

    0下载:
  2. matlab的绘图程序,希望对大家有用。
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:22910
    • 提供者:YangJiang
  1. SGALABbugfix

    2下载:
  2. 多目标遗传算法程序 to run Demo files, is to run SGALAB_demo_*.m what s new: 1) Multiple-Objective GAs VEGA NSGA NPGA MOGA 2) More TSP mutation and Crossover methods PMX OX CX EAX Boolmatrix 3) More selection methods
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:80294
    • 提供者:馨竹
  1. abodep

    0下载:
  2. ABODEP Analog (continuous-time) Bode plot
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1678
    • 提供者:shangguan
  1. bodep

    0下载:
  2. Bode plot for discrete-time system
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1854
    • 提供者:shangguan
  1. FitFunc

    0下载:
  2. 本算法包括最大似然估计,最小二乘估计,基于EM算法的多种混合高斯分布估计,EM算法测试实例,绘制每种分布的plot函数。非常有参考价值!
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:23041
    • 提供者:liyuedsg
  1. 2plot

    0下载:
  2. 关于matlab的编程,主要是plot绘图方面的,请查收!
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:9606
    • 提供者:王君
  1. FittFunc

    4下载:
  2. 多种概率分布的拟合函数集合 本算法包括最大似然估计,最小二乘估计,基于EM算法的多种混合高斯分布估计,EM算法测试实例,绘制每种分布的plot函数。非常有参考价值!
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:21990
    • 提供者:lcp
  1. capacity_plot

    0下载:
  2. compute the mimo channel capacity and plot the result.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:983
    • 提供者:neeo
  1. print

    0下载:
  2. matlab绘图功能,plot,ezplot等等函数的用法及各自的特点
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:207289
    • 提供者:我爱罗
  1. Matlab 牛顿插值法

    0下载:
  2. x=a:(b-a)/n:b; %插值节点 y=f(x); plot(x,y,'b') %用蓝色线作被插函数图象 hold on z=a:(b-a)/(2*n):b; n=length(x); for j=2:n for i=n:-1:j y(i)=(y(i)-y(i-1))/(x(i)-x(i-j+1));%计算差商 end end u=y(n); m=length(z); for j=1:m for i=n-1:-1:1 u=y(i)
  3. 所属分类:matlab例程

    • 发布日期:2008-12-14
    • 文件大小:378
    • 提供者:xie3256035
  1. Introduction to Statistics Toolbox(demo)

    0下载:
  2. Introduction to Statistics Toolbox 很棒的demo和介绍,示例 demo/M-Files: closeDTool.m Force close DFITTOOL (without confirmation dialog) createCarDatabase.m Creates dataset array from Excel file and converts
  3. 所属分类:matlab例程

    • 发布日期:2010-11-04
    • 文件大小:1514205
    • 提供者:flashpku
  1. 富麗葉係數

    0下载:
  2. clc clear all amp_sin1 = 1; freq_sin1 = 200; N =15; resolu = 10^(-6); t = [0:resolu:0.025];% unit = sec. [sinc_wave1] = sinc_wav(amp_sin1,N,freq_sin1,t); plot(t,sinc_wave1,'k-') axis([0,0.025,-2,2]) xlabel('time(sec.)') ylabel('amplitude')
  3. 所属分类:matlab例程

  1. plot ATM physionet上的心电信号数据

    0下载:
  2. plotATM,将physionet上的心电信号数据,在Matlab中进行处理,并以波形进行显示
  3. 所属分类:matlab例程

    • 发布日期:2011-06-02
    • 文件大小:1007
    • 提供者:youngmars
  1. matlab-nc 绘制矢量流场图

    2下载:
  2. 绘制矢量流场图。这对研究矢量的导数来说是重要的,而且富有启发性。 -plot current vector figure matlab。 it is interesting and enlightening to consider the derivative of a vector.
  3. 所属分类:matlab例程

    • 发布日期:2015-06-10
    • 文件大小:693248
    • 提供者:vincent
  1. MPTK-Windows-bin-0-5-6-beta.zi

    0下载:
  2. The Matching Pursuit ToolKit provides a fast implementation of the Matching Pursuit algorithm for the sparse decomposition of audio signals. It comprises a library, some standalone utilities and some scr ipts to plot the results under Matlab.,The Mat
  3. 所属分类:matlab

    • 发布日期:2017-05-21
    • 文件大小:6457321
    • 提供者:Galilleo
  1. hurstcaculate.rar

    0下载:
  2. hurst指数估计 This function does dispersional analysis on a data series, then does a Matlab polyfit to a log-log plot to estimate the Hurst exponent of the series. This algorithm is far faster than a full-blown implementation of Hurst s
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:966
    • 提供者:陈华
« 1 2 3 4 56 7 8 9 10 ... 43 »
搜珍网 www.dssz.com