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

搜索资源列表

  1. piecewise_eval

    0下载:
  2. LINEINTRGAL Line Integral in a 2D Vector Field. LINEINTRGAL(X,Y,U,V,C) computes the line integral along the lines given in cell array C. X and Y define the coordinates of a rectangular grid over which U and V are defined. X and Y must be monoto
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1.53kb
    • 提供者:左贤君
  1. 单频脉冲

    1下载:
  2. 单频脉冲 close all;clear all;clc; x=-5:0.05:5; y=-1:0.05:1; [X,Y]=meshgrid(x,y); T=5; b=pi*Y.*(T-abs(X))+eps; c=((sin(b).*(T-abs(X)))./(T*b)); Z=abs(c); surf(X,Y,Z),title('单载频矩形脉冲信号模糊图'),xlabel('时间'),ylabel('频率');
  3. 所属分类:matlab例程

  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
    • 文件大小:1.57kb
    • 提供者:何亮
  1. mesh_merge

    1下载:
  2. 将不同的有限元网格合并成一套,利用之进行数值计算-merge meshgrid
  3. 所属分类:Algorithm

    • 发布日期:2015-10-19
    • 文件大小:2.03kb
    • 提供者:sc
  1. meshgrid_method

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

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

    0下载:
  2. clear all I=imread( lena.bmp ) figure imshow(I) I2=imrotate(I,-4, bilinear ) 逆时针旋转4度 figure imshow(I2) I3=fliplr(I) 垂直镜像 figure imshow(I3) I4=imresize(I,0.5, bilinear ) 缩小为原图的1/2 figure imshow(I4) A=double(I) 转换为double类型
  3. 所属分类:matlab

    • 发布日期:2017-03-21
    • 文件大小:671byte
    • 提供者:lzp_llz
  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
    • 文件大小:13.78kb
    • 提供者: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
    • 文件大小:10.59kb
    • 提供者:wangchaoyang
  1. Griddata

    0下载:
  2. griddata 3D meshgrid
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-13
    • 文件大小:2.44kb
    • 提供者:gao
  1. mesh_test

    0下载:
  2. how to plot using fuction "meshgrid", "mesh"
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:2.01kb
    • 提供者:james jean
  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
    • 文件大小:9.06kb
    • 提供者:杨过
  1. wanggehua2

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

    • 发布日期:2017-11-12
    • 文件大小:1.12kb
    • 提供者:海月
  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
    • 文件大小:13.42kb
    • 提供者:烟雨
  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
    • 文件大小:1009byte
    • 提供者:msimchi
  1. meshgrid

    0下载:
  2. mesh grid with output
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:36.59kb
    • 提供者:Pravat
  1. dftuv

    0下载:
  2. 计算网格距离,以此来进行频率域下的滤波。- DFTUV Computes meshgrid(网格数组) frequency matrices(频率矩阵). [U,V]=DFTUV(M,N) computes meshgrid frequency matrices U and V.U and V are useful for computing frequency-domain(频率域) filter(滤波) funcitions that can be used with
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:548byte
    • 提供者:刘林
  1. meshgrid

    0下载:
  2. 相信很多人为画三元隐函数曲面头疼不已,程序给出了一种三元隐函数曲面的画法,供参考-I believe a lot of people draw three yuan implicit surface headache, the program gives a Ternary implicit surface of the painting, for reference
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-12
    • 文件大小:1.33kb
    • 提供者:junyi li
  1. MUSIC_based_on_UCA_S3_1

    1下载:
  2. 均匀圆阵的二维music算法,有两个信号,采用meshgrid画图-Uniform circular array music algorithm, there are two signals, using meshgrid drawing
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1.08kb
    • 提供者:lestin
  1. heart

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

    • 发布日期:2017-04-12
    • 文件大小:898byte
    • 提供者:孟思岐
« 12 »
搜珍网 www.dssz.com