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

搜索资源列表

  1. 用matlab gui画信号的频谱图和时域图形

    3下载:
  2. 用matlab gui画信号的频谱图和时域图形,再画出语谱图,模拟电话-Picture signal with matlab gui frequency spectrum and time domain graph, then draw the language spectrum, analog telephone
  3. 所属分类:matlab例程

    • 发布日期:2015-01-25
    • 文件大小:18kb
    • 提供者:杨光
  1. matlab

    0下载:
  2. 在MATLAB里,对数据进行拟合,在双对数坐标下,看数据是否符合幂律分布,求出幂指数,并绘出图形。-In MATLAB, the pairs of data fitting, in double logarithmic coordinates to see whether the data meet the power-law distribution, find the power index, and draw the graph.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-01
    • 文件大小:3.59kb
    • 提供者:曹盼盼
  1. matlab-pdf

    3下载:
  2. 通过matlab代码画出的各种概率密度函数图形仅供参考-By matlab code to draw the beta probability density function graph for reference only
  3. 所属分类:图形图象

    • 发布日期:2012-12-14
    • 文件大小:144.96kb
    • 提供者:王伟
  1. ColourChange

    0下载:
  2. 彩色变换:对给定的一幅RGB原始图像(如bmp格式),给出并显示该图的R、G、B单色图像,绘制R、G、B图像各自的直方图;将RGB方式转换为HIS方式,再给出并显示该图的HIS三个分量的图像。-Colour change: given an RGB on the original image (such as bmp format) and displays the map given R, G, B color image, draw R, G, B histogram of each ima
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-04-11
    • 文件大小:487.15kb
    • 提供者:刘晨
  1. fenbu

    1下载:
  2. 已知一组数据,如何用matlab画出它的概率密度分布图,给出具体程序 并且得出分布图后,如何对图进行积分,进而得到分布函数-Given a set of data, how to draw it with matlab probability density distribution maps, specific procedures are given and draw maps, how points on the graph, and then by distribution funct
  3. 所属分类:matlab例程

    • 发布日期:2012-12-16
    • 文件大小:543byte
    • 提供者:丫丫
  1. lorenz

    0下载:
  2. lorenz系统分岔轨迹绘制,包含吸引子图,X,Y,Z相时间序列-lorenz draw bifurcation path, including the attractor graph, X, Y, Z-phase time-series
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:610byte
    • 提供者:张智博
  1. stft_test

    2下载:
  2. matlab短时傅里叶变换例程,绘出等高线图形-matlab short time Fourier transform routines, draw contour graph
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1.11kb
    • 提供者:jmbo_yi
  1. beampattern

    0下载:
  2. 由切比雪夫权值矢量及阵元间距画波束方向图:有x输入,计算该方向的值,否则计算所有方向的值,画出方向图-By the weight vector and the array element spacing beam pattern draw: there is x input, calculate the value of the direction, otherwise the value calculated in all directions, draw the direction of g
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:869byte
    • 提供者:杨先凯
  1. ginput2

    0下载:
  2. a function that draw graph in matlab with supported zoom options
  3. 所属分类:Applications

    • 发布日期:2017-04-04
    • 文件大小:6.93kb
    • 提供者:Mohammad
  1. moment_plog_output

    0下载:
  2. 计算简支梁在多个集中力,均布载荷,力偶同时作用时的剪力,弯矩并绘制其图形-Simple beam calculations in a number of concentrated force, uniformly distributed load, Couple add at the same time, the shear stress, moment and draw its graph
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:2.33kb
    • 提供者:孙林
  1. mandelbrot

    0下载:
  2. This guide can draw a mandelbrot figure. In default values it calculates Z=Z^2+C for 20 iterations, where Z initally equal to zero and C has the values of every pixel created by meshgrid function(built-in). although mandelbrot equation is Z=Z^2+
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:8.1kb
    • 提供者:Mike Gao
  1. myVoice

    0下载:
  2. 用matlab将hanning窗、hamming窗、Blackman窗画在同一个图中。语音分帧,加窗,短时能量,短时过零率,端点检测-Using matlab to hanning window、hamming window and Blackman window draw in the same graph.Voice sub-frame, add windows, short-term energy, short-term zero-crossing rate, endpoint detec
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1.7kb
    • 提供者:haoyy
  1. juxing

    1下载:
  2. 平面应力矩形单元有限元分析,并画出网格图形,用星号标记受力点,用叉号标记受约束点,最后求出力、位移和主应力。-Rectangular plane stress finite element analysis, and draw the grid graph, marked with an asterisk stress points marked with crosses by constraints, and finally seek to contribute, displacement a
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:3.49kb
    • 提供者:caishouyu
  1. pcm

    2下载:
  2. 脉冲编码调制(PCM)实现 编程实现PCM技术的三个过程:采样、量化与编码。 采样:低通连续信号采样,以 x=sin(200*t) m=x./(200*t) m=m.*m 为例说明低通采样定理,绘出信号时、频图形;带通连续信号采样,以x=sin(20*t) m=x./t 为例说明带通采样定理,绘出信号时、频图形。 量化:均匀量化,以幅度 的正弦信号为例实现为64级电平的均匀量化;非均匀量化,输入A律PCM编码器的正弦信号 ,采样序列为 ,将其进行PCM编码,给出编码器的输出码组序列
  3. 所属分类:Communication-Mobile

    • 发布日期:2016-01-27
    • 文件大小:1.96kb
    • 提供者:马芳
  1. Matlab-graph

    0下载:
  2. Matlab基本图形制作的命令、源码讲解文件-About how to draw 2D plots,3D plots by using Matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:240.8kb
    • 提供者:林菱
  1. tuzhuode

    2下载:
  2. 利用模拟退火法解决图着色问题,画出相应的图形,效果较好-Using simulated annealing to solve the graph coloring problem, draw the appropriate graphics, better
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:2.41kb
    • 提供者:宋聃
  1. matlab-draw-curve

    0下载:
  2. matlab绘制多种二维数据曲线图,三维曲线图,图像处理及动画制作。-matlab draw a variety of two-dimensional data graph, 3D graph, image processing and animation.
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:10.55kb
    • 提供者:desfate
  1. Numerical-analysis-MATLAB-

    0下载:
  2. 上传的文件对数值分析课本里 Lagrange插值,Newton插值,三次样条差值,复合梯形公式和复合辛普森公式积,龙贝格算法,高斯消去法,LU分解,改进欧拉法MATLAB编程,并画出图形。-Upload the file to the numerical analysis textbook Lagrange interpolation, Newton interpolation, three times spline interpolation, the composite trapezoida
  3. 所属分类:Algorithm

    • 发布日期:2017-11-04
    • 文件大小:92.64kb
    • 提供者:庞烁烁
  1. matlab-grid-on

    0下载:
  2. 正弦函数matlab绘制图形叠加 条形图形 区域图形 饼图的绘制 阶梯图的绘制-Sine function matlab draw graphics overlay bar graph area graphical pie chart drawing ladder mapping
  3. 所属分类:Other systems

    • 发布日期:2017-11-01
    • 文件大小:7.73kb
    • 提供者:王刘静
  1. Matlab-heart-graph

    1下载:
  2. 用Matlab绘制心形图形的程序,图形很漂亮哦-Matlab draw heart-shaped graphics program, graphics is very beautiful, oh
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:7.2kb
    • 提供者:whj
« 12 3 4 »
搜珍网 www.dssz.com