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

搜索资源列表

  1. plotyyy

    0下载:
  2. 此程序可以在matlab画图时显示三个y轴(You can display three Y axes when drawing)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-03
    • 文件大小:1024
    • 提供者:Wendy952
  1. MOD_DEMOD_DIGITALES

    0下载:
  2. moduladores y demoduladores digitales
  3. 所属分类:matlab例程

    • 发布日期:2018-01-04
    • 文件大小:63488
    • 提供者:DetCo
  1. hist

    0下载:
  2. i_tmp=int32((x(i)-minx)/xfd)+1; j_tmp=int32((y(i)-miny)/yfd)+1; z_tmp=int32((z(i)-minz)/zfd)+1; cntxy=tjxy(i_tmp,j_tmp ); cntxz=tjxz(i_tmp,z_tmp ); cntyz=tjyz(j_tmp,z_tmp ); cntxyz=tjxyz(i_tmp,j_tmp,z_tmp ); tjxy
  3. 所属分类:文章/文档

    • 发布日期:2018-01-05
    • 文件大小:29696
    • 提供者:fpz
  1. DFT&DCT

    0下载:
  2. 编程实现二维8*8图像块的DFT,DCT变换 输入一副RGB图像,将其转化为YCbCr颜色空间,然后对Y分量做分块DFT变换,保存为灰度图像,统计计算时间 编程实现8*8块DCT变换,然后分别显示,当使用64个DCT系数里面的一些系数进行重构,比较其质量;同时熟悉采用FFT来实现DCT变换的思想,并显示2维8*8DCT变换的基函数图像(Programming the DFT, DCT transform of two dimensional 8*8 image block Input
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-07
    • 文件大小:3072
    • 提供者:雪鹊
  1. Function y

    0下载:
  2. 使用迭代算法xk^-1=B*x^k+f,其中B=D^-1*(L+U)=I-D^-1*A,f=D^-1*b。(Use iterative algorithms calculate solve the linear equation)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-07
    • 文件大小:9216
    • 提供者:youcann
  1. dataset

    1下载:
  2. .熟悉BMP图像的结构,编程实现BMP图像的阅读和显示。 编程实现彩色BMP图像的三个分量R、G、B的显示,Y、I、Q,H、S、I分量和X、Y、Z的显示。 获取图像任意一点的像素值(Familiar with the structure of BMP image, programming to realize the reading and display of BMP image. The programming realizes the display of three compone
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-08
    • 文件大小:198656
    • 提供者:phoebephoebe
  1. automatic control

    0下载:
  2. In the case of unknown plant parameters, define an explicit adaptive pole placement control scheme and plot the y(k) and u(k) respectively
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:3385344
    • 提供者:attiq
  1. 三维成像

    0下载:
  2. 本程序可以实现三维坐标x,y,z来显示三维图像,基于matlab(This procedure can achieve three-dimensional coordinates x, y, z to display three-dimensional images, based on matlab)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-19
    • 文件大小:21504
    • 提供者:大大z
  1. work

    0下载:
  2. matlab补偿模糊神经网络源代码 本文中有两个函数m文件:model126.m是一个用于预测的完全没有用工具箱函数的补偿模糊神经网络主程序,用于仿真、对比训练数据和网络输出的差异;cb.m是一个非线性系统的数学模型,在model126.m中用“ode45”函数求解这个数学模型后,可以得到105个x1(t)、x2(t)和y(t),从而建立起一个两输入一输出的补偿模糊神经网络。(There are two function m file in this paper: model126.m is
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-19
    • 文件大小:1024
    • 提供者:Zenia
  1. fit_analysis

    0下载:
  2. 最小二乘法多项式曲线拟合,根据给定的m个点,并不要求这条曲线精确地经过这些点,而是曲线y=f(x)的近似曲线。(The least squares polynomial curve fitting, according to the given M point, does not require the curve to pass precisely these points, but rather the approximate curve of the curve y=f (x).)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-19
    • 文件大小:3072
    • 提供者:氮气离子
  1. Matlab

    0下载:
  2. 利用曲线绘制法中的plot 函数绘制。 plot函数的调用格式为( , , ' ') plot x y ,其中x为曲线上点的横坐标,y为纵坐标,’ ’中可包含确定曲线颜色、线形、两坐标轴上的比例等参数。(Stress distribution curve)
  3. 所属分类:其他

  1. pls

    0下载:
  2. [XL,YL] = plsregress(X,Y,ncomp) computes a partial least-squares (PLS) regression of Y
  3. 所属分类:matlab例程

    • 发布日期:2018-04-22
    • 文件大小:32768
    • 提供者:enayati
  1. 粒子群算法

    0下载:
  2. SO算法就是模拟一群鸟寻找食物的过程,每个鸟就是PSO中的粒子,也就是我们需要求解问题的可能解,这些鸟在寻找食物的过程中,不停改变自己在空中飞行的位置与速度。大家也可以观察一下,鸟群在寻找食物的过程中,开始鸟群比较分散,逐渐这些鸟就会聚成一群,这个群忽高忽低、忽左忽右,直到最后找到食物。这个过程我们转化为一个数学问题。寻找函数  y=1-cos(3*x)*exp(-x)的在[0,4]最大值。(SO algorithm is the simulation of a flock of birds f
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:3072
    • 提供者:栗平
  1. Desktop

    0下载:
  2. ICA盲源分离,实现对未知混合信号进行盲分离;低通滤波器。(BSS using eigenvalue value decomposition Program written by A. Cichocki and R. Szupiluk X [m x N] matrix of observed (measured) signals, W separating matrix, y estimated separated sources p time delay used in comput
  3. 所属分类:matlab例程

    • 发布日期:2018-04-22
    • 文件大小:1024
    • 提供者:Arry W
  1. task

    0下载:
  2. gui界面,读取xlsx中特定sheet,sheet中最后一列为y,前n列为x1-xn,线性拟合为y=b0+b1x1+...+bnxn,显示公式和残差的标准差(The GUI interface reads the specific sheet in xlsx, the last row in sheet is y, the former n is x1-xn, and the linear fitting is y=b0+b1x1+ (+bnxn), showing the standard
  3. 所属分类:matlab例程

    • 发布日期:2018-04-22
    • 文件大小:55296
    • 提供者:malvina
  1. emd程序和安装

    0下载:
  2. 1、首先下载emd工具箱。下载后解压放在matlab的work工作路径下package_emd文件夹。 2、打开matlab,选择File- Set Path- Add with Subfolders-你刚才下载的工具箱(package_emd)点进去- Save- Close。 3、此时选择work下package_emd文件夹作为工作路径,即是C:\Program Files\MATLAB\R2010a\toolbox\package_emd。 4、在Command Window里面输入me
  3. 所属分类:matlab例程

    • 发布日期:2018-04-28
    • 文件大小:99328
    • 提供者:马达兔
  1. rinex

    0下载:
  2. 读取RENIX文件(GPS导航电文),进行卫星轨道坐标解算,并将结果生成TXT文件输出。(The program can read standard RENIX file(Satellite navigation message file of GPS). and calculate the cordinate of Satellite (X,Y,Z). it will give an TXT format result.)
  3. 所属分类:数学计算

    • 发布日期:2018-04-30
    • 文件大小:2048
    • 提供者:微安你清
  1. plotyy

    0下载:
  2. matlab绘图,两个纵坐标轴&一个横坐标轴,两条曲线绘制在一个fig图中(matlab figure, double y axises)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-02
    • 文件大小:4096
    • 提供者:tuziyuhua
  1. plotyyy

    1下载:
  2. matlab绘图,三个纵坐标轴&一个横坐标轴,三条曲线绘制在一个fig图中(matlab figure, three y axises)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-30
    • 文件大小:1024
    • 提供者:tuziyuhua
  1. CONV_M

    0下载:
  2. 计算离散时间信号间卷积和,并确定卷积信号的起止时刻点 信号处理卷积例程(convolution routine for signal processing % -------------------------------------------------- % [y,ny] = conv_m(x,nx,h,nh) % y = convolution result % ny = support of y % x = first signal on support nx % n
  3. 所属分类:matlab例程

    • 发布日期:2018-05-01
    • 文件大小:2048
    • 提供者:丽丽周周
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 28 »
搜珍网 www.dssz.com