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

搜索资源列表

  1. matlab-example

    0下载:
  2. Image Processing With Matlab A p p l i c a t i o n s in M e d i c i n e a n d B i o l o g y
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:101772
    • 提供者:nadia
  1. matlab

    0下载:
  2. 完成一个图形界面程序,试求解二阶微分方程y (t)= -3 cos(2t) +2sin(t)+t-3.8的数值解,并将数值解和解析画在同一图形窗口中进行比较,对图形进行标识,能够在界面输入初值和时间范围。-Completed a graphical interface program, try to solve the differential equation of second order y (t) =- 3 cos (t) 2+ 2 sin (t)+ t- 3.8 numerical
  3. 所属分类:matlab

    • 发布日期:2017-04-27
    • 文件大小:414802
    • 提供者:chyl
  1. matlab

    0下载:
  2. 对z=x^2+y^2函数并实现内容代码,能够选择显示三种数据peaks、membrane、sinc的三种图形。-For z = x ^ 2+ y ^ 2 function and implement the contents of the code, can choose to display data in three graphic three peaks, membrane, sinc the
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-28
    • 文件大小:57817
    • 提供者:zhangyinglu
  1. Display-image-from-array---MATLAB-image

    0下载:
  2. image(C) displays the data in array C as an image. Each element of C specifies the color for one pixel of the image. The resulting image is an m-by-n grid of pixels where m is the number of columns and n is the number of rows in C. The row and column
  3. 所属分类:Software Testing

    • 发布日期:2017-04-29
    • 文件大小:346837
    • 提供者:ali
  1. matlab

    0下载:
  2. function [out1,out2] = humps(x) HUMPS A function used by QUADDEMO, ZERODEMO and FPLOTDEMO. Y = HUMPS(X) is a function with strong maxima near x = .3 and x = .9. [X,Y] = HUMPS(X) also returns X. With no input arguments, HUMPS uses X
  3. 所属分类:Communication

    • 发布日期:2017-04-11
    • 文件大小:1399
    • 提供者:sandeep
  1. Genetic-Algorithm-matlab

    1下载:
  2. 利用遗传算法寻找下列多元函数的最大值:输出最优解、最优解对应的x和y值,以及遗传算法迭代过程中的适应度函数进化曲线。 -Maximum use of genetic algorithm to find the following multivariate function: output the optimal solution, x and y values ​ ​ corresponding to the optimal solution, and genetic a
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:758
    • 提供者:wang
  1. matlab-code

    0下载:
  2. 1. Run mex -setup and choose a proper complier (Microsoft Visual C++ 6.0 is prefered) Would you like mex to locate installed compilers [y]/n? y 2. Put cec15_func.cpp and input_data folder with your algorithm in the same folder. Set this folder a
  3. 所属分类:Software Testing

    • 发布日期:2017-05-09
    • 文件大小:2034410
    • 提供者:bhalab
  1. matlab

    1下载:
  2. matlab 用起泡法对10个数由小到大排序,即将相邻的两个数比较,将小的调到前头。 程序编写一个函数文件,实现以下功能:输入一个数组,对其元素进行从大到小的排列,将排序后的数组输出;求数组元素的最大值并求出它在原数组中的位置。 (3)有一个4×5矩阵,编程求其最大值及其所处的位置。 (4)编程求∑_(n 1)^20▒ n! (5)有一个函数f(x,y) x^2+sinxy+2y,写一个程序,输入自变量的值,输出函数值。 -matlab with bubble s
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:4162
    • 提供者:hml
  1. MATLAB-Derivatives

    0下载:
  2. MATLAB求导数的方法,导数是高等数学里的一个非常重要知识,通过导数的几何意义可以去求函数的切线或者法线方程,通过导数开可以求出函数的极限-70/5000 MATLAB qiú dǎo shǔ de fāngfǎ, dǎoshù shì gāoděng shùxué lǐ de yīgè fēicháng zhòngyào zhīshì, tōngguò dǎo shǔ de jǐhé yìyì kěyǐ qù qiú hán shǔ de qiēxiàn huòzhě fǎ xiàn f
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2269
    • 提供者:wtj
  1. Matlab-draw

    0下载:
  2. 如何读取数据 textread,例如通过x textread( x_inlet.txt )我们可以把文件x_inlet.txt中的数据存储到数组x中,且x的维数和大小会自动与文件x_inlet.txt的相匹配。 如何画二维曲线图 plot,例如 plot(x,y, ob- , linewidth , 2)可以画分别以xy为横纵坐标的二维曲线,线型由ob-决定。 -How to read the data textread, for example, through x textrea
  3. 所属分类:matlab

    • 发布日期:2017-12-19
    • 文件大小:1024
    • 提供者:古真
  1. matlab

    0下载:
  2. 如何读取数据textread,例如通过textread( x_inlet.txt )我们可以把文件x_inlet.txt中的数据存储到数组x中,且x的维数和大小会自动与文件x_inlet.txt的相匹配。 如何画三维曲面图surf,例如 surf(x,y,z),其中xy分别为n,m个元素的一维数组时,z必须为n*m的二维数组。-How to read the data textread, for example, through x textread ( x_inlet.txt ) we
  3. 所属分类:3D Graphic

    • 发布日期:2017-12-16
    • 文件大小:1024
    • 提供者:古真
  1. matlab

    0下载:
  2. 如何读取数据textread,例如通过textread( x_inlet.txt )我们可以把文件x_inlet.txt中的数据存储到数组x中,且x的维数和大小会自动与文件x_inlet.txt的相匹配。 如何画三维曲面图contour,例如 contour(x,y,z),其中xy分别为n,m个元素的一维数组时,z必须为n*m的二维数组。 -How to read the data textread, for example, through textread (x_inlet.txt)
  3. 所属分类:Graph Drawing

    • 发布日期:2017-12-19
    • 文件大小:1024
    • 提供者:古真
  1. matlab

    0下载:
  2. 应用五点差分格式解偏微分方程:u = u(x,y). -(u"(x)+u"(y))=(pi^2-1)*e^x*sin(pi*y)(Solving partial differential equations by five point difference scheme)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-22
    • 文件大小:1024
    • 提供者:Charlotte10
  1. 鲁棒性数字水印的设计与仿真

    0下载:
  2. 在彩色图像中嵌入二值灰度水印。有两种算法,第一种嵌入在yuv模型的y层整体系数上,第二种嵌入在rgb模型r层直流系数上。本科毕设题目,希望可以帮到你。(Two valued gray watermark is embedded in color image. There are two algorithms. The first one is embedded in the overall coefficients of the Y layer in the YUV model, and the
  3. 所属分类:图形图像处理

  1. load

    0下载:
  2. 利用plot画图,还有一些x、y坐标及图例的设置。(Using plot drawing, there are some x, y coordinates and legend settings.)
  3. 所属分类:图形图象

    • 发布日期:2017-12-21
    • 文件大小:9216
    • 提供者:一拳
  1. 经纬度与直角坐标系相互转换MATLAB程序

    2下载:
  2. WCS-84坐标系的X,Y,Z与经纬度之间的相互转换(WCS-84 coordinate system X, Y, Z and latitude and longitude between the conversion)
  3. 所属分类:其他

    • 发布日期:2017-12-11
    • 文件大小:1281
    • 提供者:神话00辉
  1. efbc08dd5d5e

    1下载:
  2. 1、LorenzData.mat - Lorenz 离散序列的数据文件,5000个点,内有变量:x,y,z 2、Volterra_main_luzhenbo.m - Volterra自适应预测主文件 3、Volterra_train.m - Volterra自适应预测训练部分 4、Volterra_test.m - Volterra自适应预测测试部分 5、PhaSpaRecon.m -混沌序列的相空间重构 6、TrainTestSample.m -相空间中点的轨迹分解成:训练样本与测试
  3. 所属分类:matlab例程

    • 发布日期:2017-12-20
    • 文件大小:106496
    • 提供者:作要
  1. Matlab-EMD工具箱

    1下载:
  2. 1、首先下载emd工具箱,50楼网址里面可以下。下载后解压放在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 W
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:101376
    • 提供者:huaxia009
  1. omp-master

    0下载:
  2. 压缩感知重构算法之正交匹配追踪(OMP)。 一个不错的MATLAB源代码。(% Othogonal matching pursuit of Tropp et Gilbert % Find greedy approx of s s.t. phi*s = y % y : data % phi : measurement matrix % K :number of vectors used in the approx (typ. = S or M) % Written by David M
  3. 所属分类:matlab例程

    • 发布日期:2017-12-20
    • 文件大小:3072
    • 提供者:richard9
  1. matlabCodeForFigures

    0下载:
  2. matlab code for generating the paper figures Shein-Idelson M, Cohen G, Ben-Jacob E, Hanein Y
  3. 所属分类:其他

    • 发布日期:2017-12-22
    • 文件大小:18432
    • 提供者:rfoolti
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 28 »
搜珍网 www.dssz.com