CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - matlab 旋转

搜索资源列表

  1. ESPRIT-.matlab

    2下载:
  2. ESPIRT算法的matlab仿真,基于旋转因子不变形doa估计算法。只适用于均匀线阵。-ESPIRT algorithm matlab simulation, based on the rotation factor is not deformed doa estimation. Applies only to uniform linear array.
  3. 所属分类:matlab

    • 发布日期:2016-05-24
    • 文件大小:1024
    • 提供者:陈每文
  1. Rotating-Robot-in-3D

    1下载:
  2. 本程序为编写一个机器人旋转的三维坐标程序,实现二维到三维的变换-The procedure for the preparation of a rotating three-dimensional coordinates of the robot program to achieve 2D to 3D conversion
  3. 所属分类:matlab例程

    • 发布日期:2013-08-10
    • 文件大小:5110
    • 提供者:
  1. IFS

    0下载:
  2. IFS,平移,旋转的,非常简洁,可以迅速的带入数据,即可出现图像-IFS, translation, rotation, and very simple
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:671
    • 提供者:dou
  1. vr

    0下载:
  2. vrml旋转代码,可以旋转各种东西啊,非常好用-vrml rotation code, you can rotate a variety of things, ah, very easy to use
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:729
    • 提供者:throne01
  1. matlab

    0下载:
  2. 文件1:复数的表达与计算;文件2:用matlab计算∛ (-8),并用图形表示;文件3:用符号计算研究方程sin(3)uz^2+vz+3w-a5=0的解;文件4:求阿基米德螺线r=a*θ,(a>0)在θ=0到φ间的曲线长度函数,并求a=1,φ=2п间的曲线长度;文件五:著名的Givens旋转G=[■(cos t&-sin t@sin t&cos t)]对矩阵A=[■(√3/2&1/2@1/2&√3/2)]的旋转作用。-five programs about matlab
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1595
    • 提供者:潘登
  1. matlab-image-shifting-and-rotate

    0下载:
  2. matlab 做图像平移和旋转 用的是领域插值法 二次线性插值 另外还有一些调用matlab自带函数的编程-matlba image shift and rotate
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1756840
    • 提供者:chao
  1. matlab

    0下载:
  2. 数字图像处理,实现图像分割,旋转,灰度变换-matlab digital image processing the image gray-scale processing, segmentation processing, rotation processing
  3. 所属分类:matlab

    • 发布日期:2017-04-24
    • 文件大小:103458
    • 提供者:叶敏
  1. dad

    0下载:
  2. 利用MATLAB的GUI功能制作电机旋转磁场演示软件。-MATLAB-GUI features making use of the motor rotating magnetic field presentation software.
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:646796
    • 提供者:张强
  1. 机组组合模型matlab程序

    16下载:
  2. matlab编程仿真机组组合模型优化含风电的电力系统旋转备用-Unit Commitment Model Optimization with wind power system spinning reserve, matlab simulation programming
  3. 所属分类:matlab例程

    • 发布日期:2014-01-09
    • 文件大小:2836
    • 提供者:zhangxue
  1. Matlab-Gui-tuxiang

    0下载:
  2. 利用MATLAB中的GUI(图形用户界面),实现图像的平移,旋转,压缩等变换,是效果更加明显。-In MATLAB GUI (graphical user interface), to achieve image translation, rotation, compression transformation, is the effect is more obvious.
  3. 所属分类:matlab

    • 发布日期:2017-05-02
    • 文件大小:515651
    • 提供者:konghao
  1. MATLAB-GUI-kongzhijiemian

    0下载:
  2. 本程序实现对图像的打开、退出操作,以及图像旋转、添加噪声、图像平滑(椒盐噪声处理、均值低通滤波处理、中值滤波处理)、图像直方图显示、预测编码,在MATLAB中用GUI实现。-This program implements the image is opened, quit the operation, as well as image rotation, adding noise, image smoothing (salt and pepper noise processing, the me
  3. 所属分类:matlab

    • 发布日期:2017-05-07
    • 文件大小:1059473
    • 提供者:konghao
  1. MATLAB

    0下载:
  2. 采用邻近插值法和双线性插值法图像进行缩放和旋转-In neighbor interpolation and bilinear interpolation image scaling and rotation
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6222
    • 提供者:wang
  1. MATLAB

    0下载:
  2. 基于MATLAB对特定的图像进行旋转校正,用来处理各种所需要提取的场面。- 基于MATLAB对特定的图像进行旋转校正,用来处理各种所需要提取的场面。 基于MATLAB对特定的图像进行旋转校正,用来处理各种所需要提取的场面。 MATLAB based image rotation correction of specific, used to treat the
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:533
    • 提供者:陈潇
  1. matlab 图像旋转

    0下载:
  2. 不使用MATLAB内置函数,自己编程实现图像的旋转3.编写程序实现图像旋转功能。将“lena.bmp”图像绕图像中心逆时针旋转20度,并显示结果。要求: (1)不要使用imrotate函数; (2)涉及到坐标映射时采用向后映射; (3)涉及到插值时采用邻近插值和双线性插值,对比结果;
  3. 所属分类:matlab例程

  1. matlab-rotating-calculation

    0下载:
  2. EasySolve: 求取线性方程组AX+B=0的一组解,若解唯一则直接返回该解,若解不唯一则从解集中随机返回一组 程序会根据方程信息自动计算返回的解的合适数量级和随机中心的偏移量,使得返回随机解的大小合适于调用它的程序。 OrnoBasis: 根据输入向量的维度,返回该维度下的一组标准正交基底,输入的列向量组中的有效向量(非零、线性无关)会被标准正交化并作为基向量、按旧有顺序排在增补列向量的前边。 RotaObj: 任意维度下(>=2)的点集的保形旋转(不变形的旋转,
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3576
    • 提供者:曹腾飞
  1. matlab-Douglas-Peucker

    1下载:
  2. 道格拉斯-普克算法(Douglas–Peucker algorithm,亦称为拉默-道格拉斯-普克算法、迭代适应点算法、分裂与合并算法)是将曲线近似表示为一系列点,并减少点的数量的一种算法。它的优点是具有平移和旋转不变性,给定曲线与阈值后,抽样结果一定。(Douglas Peucker algorithm is the curve approximated by a series of points, and reduce the number of points of an algorithm
  3. 所属分类:matlab例程

    • 发布日期:2017-12-26
    • 文件大小:3072
    • 提供者:铭MARS花
  1. 新建文件夹

    0下载:
  2. 实现在guide界面下进行图像处理,包括几何处理(缩放,旋转,剪切),格式变换,读取和保存文件(Implement image processing in guide interface)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-26
    • 文件大小:9216
    • 提供者:yjx45654
  1. 贝叶斯分类器

    0下载:
  2. 该程序能够实现对两种样本进行贝叶斯分类,并且能够通过旋转观察两类的三维图,还能够画出超平面,更加直观的观察两类的分类。(The program can realize the Bayesian classification of two kinds of samples, and can be observed by rotating the 3D figure two class, also can draw a plane, the classification of the two cla
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-01
    • 文件大小:93184
    • 提供者:围生
  1. imrotate_my

    0下载:
  2. 使用反响映射与双线性插值法实现图像旋转,实验结果与MATLAB自带函数结果相同。(MATLAB bilinear imrotate_my)
  3. 所属分类:matlab例程

  1. 图像的运算

    0下载:
  2. 可实现图像的加减乘除运算(包括两幅图、图与常数、逻辑运算),最值、旋转、仿射变换、投影变换。(Can realize the image operations (including add, subtract, multiply and divide two maps, graphs and constants, logic operation), the most value, rotation, affine transform, projection transform.)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-07
    • 文件大小:334848
    • 提供者:醉蹉跎
« 1 2 34 5 6 7 8 9 10 ... 26 »
搜珍网 www.dssz.com