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

搜索资源列表

  1. ding

    4下载:
  2. 选取windows系统自带的ding.wav信号作为分析对象,在Matlab软件平台下,利用函数wavread对音频信号进行采样,记住采样频率和采样点数,听一下原始声音sound(y, fs, bits)。 (2)音频信号的频谱分析,先画出音频信号的时域波形;然后对音频号进行快速傅里叶变换fft(y,N),N取32768,画出信号的频谱特性,加深对频谱特性的理解。 (3)根据频谱,反演时域特性,画出时域波形。寻找幅值最大的两个频率,此频率除以fft点数在乘以采样频率就是信号的主频,即可合
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1603
    • 提供者:何亮
  1. meshgrid_method

    0下载:
  2. meshgrid method in matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:603
    • 提供者:Evgeny
  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
    • 文件大小:8290
    • 提供者:Mike Gao
  1. meshgrid

    0下载:
  2. meshgrid,gradient和quiver的基本用法,meshgrid,gradient和quiver的基本用法-meshgrid, gradient and the quiver of the basic usage, meshgrid, gradient, and basic use of quiver
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:14107
    • 提供者:lin
  1. matlab99999999

    0下载:
  2. 各种matlab代码,实现各种功能,供查阅者参考,熟悉matlab软件的使用-x=linspace(0,1,21) y=linspace(0,1,21) [X,Y]=meshgrid(x,y) z=(X.*Y)./(X+Y) meshc(X,Y,z)
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:10843
    • 提供者:wangchaoyang
  1. meshgrid-and-other-plot-commands

    0下载:
  2. matlab中meshgrid命令的详解,以及plot3、mesh、surf、surfc、surfl、waterfall等命令的用法-The explanation of meshgrid command in matlab, and the usage of plot3, mesh, surf, surfc, surfl, waterfall and other commands
  3. 所属分类:matlab

    • 发布日期:2017-03-21
    • 文件大小:9273
    • 提供者:杨过
  1. wanggehua2

    0下载:
  2. 用于高度计数据的绘图和网格化处理,利用matlab本身meshgrid函数-For altimeter data mapping and gridding processing
  3. 所属分类:Special Effects

    • 发布日期:2017-11-12
    • 文件大小:1146
    • 提供者:海月
  1. chap10

    0下载:
  2. 利用matlab采用meshgrid函数进行三维图形绘制,颜色、坐标轴都可以设置-based on matlab software to map 3D picture,the color can be altered
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-03
    • 文件大小:13746
    • 提供者:烟雨
  1. plot3d

    0下载:
  2. plot 3d with matlab with this code you can plot a surface with matlab functions: meshgrid, zeros, rastriginsfcn, meshc, xlabel, ylabel, zlabel, clear, clc
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:1009
    • 提供者:msimchi
  1. heart

    0下载:
  2. 通过matlab画出心形的图案,压缩包包含3个代码,形成立体的彩色心形图案,且颜色可替换。-matlab heart meshgrid
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:898
    • 提供者:孟思岐
  1. gridtrimesh

    2下载:
  2. 通过MATLAB对点云数据生成三维网格,并将三维网格做四边形网格细化处理。其中还有专门生成三维网格点云的MATLAB程序- This example shows how a triangular mesh can be resampled on a meshgrid -generated square grid. We illustrate the usage of both functions gridtrimesh and mxgridtrimesh . These two
  3. 所属分类:3D Graphic

    • 发布日期:2016-09-16
    • 文件大小:109568
    • 提供者:ddf dfd
  1. kq

    0下载:
  2. 这是用MATLAB实现开启和闭合操作的源代码 可适用于机械方面-  clc clear   [x,y,z]=meshgrid(linspace(-1.3,1.3))   f=(x.^2+(9/4)*y.^2+z.^2-1).^3-x.^2.*z.^3-(9/80)*y.^2.*z.^3   p=patch(isosurface(x,y,z,f,0))   set(p,‘FaceColor’,‘red’,‘EdgeColor’,‘none’)
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:2847
    • 提供者:
  1. huahua

    0下载:
  2. ,用matlab绘制菊花 大家可以 使用此代码再次进行花的画法- data base t0=linspace(0,2*pi) for i=1:100 if rem(i,4)==0 t1(i)=NaN else t1(i)=t0(i) end if rem(i,4)==2 t2(i)=NaN else t2(i)=t0(i) end end p=linspace(0,0.25*pi) [xx,yy]=meshgrid
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:923
    • 提供者:
  1. ThreeDImage

    0下载:
  2. 使用matlab中的meshgrid进行三维绘图,X,Y为坐标值,Z为误差值,用Z值大小及对应三维图上的颜色深浅表示误差大小的不同,对缺失的坐标点补全,并将误差赋值为0。有完整的代码和txt文件,点击即可运行,方便修改。-Using the meshgrid in matlab for three-dimensional drawing, X, Y for the coordinate value, Z for the error value, the size of the Z value a
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-04
    • 文件大小:31477
    • 提供者:刘兰
  1. function plot

    0下载:
  2. 绘制函数的图形 1) x~[0, 30] 2) x,y~[-2, 2] % 二维曲线 x = 0:30; % 冒号的功能… y = exp(-x/10).*sin(x); % 向量运算,点号的功能 plot(x, y) % 绘制二维曲线
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-24
    • 文件大小:5120
    • 提供者:小川lucky
搜珍网 www.dssz.com