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

搜索资源列表

  1. matlab输出无空边的图形

    0下载:
  2. matlab用于输出eps,tiff格式的图片,自动去掉空白,字体大小等,适合于出版用的图片输出
  3. 所属分类:matlab例程

    • 发布日期:2011-03-27
    • 文件大小:8.59kb
    • 提供者:logshma@126.com
  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. EPS_Control

    6下载:
  2. EPS控制模型 EPS控制模型 EPS控制模型-Control model control model EPS EPS EPS EPS control model control model
  3. 所属分类:matlab例程

    • 发布日期:2014-03-21
    • 文件大小:8.09kb
    • 提供者:小聪
  1. export_fig

    0下载:
  2. This function saves a figure or single axes to one or more vector and/or bitmap file formats, and/or outputs a rasterized version to the workspace, with the following properties: - Figure/axes reproduced as it appears on screen - Cropped border
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:16.08kb
    • 提供者:redasu
  1. mulNewtonSOR

    0下载:
  2. 本代码为牛顿-SOR迭代法求解非线性方程组。其调用格式为[r,m]=mulNewtonSOR(F,x0,w,h,eps) 其中F:方程组,x0:方程组初始解,w:SOR迭代因子,h:数值积分常数,eps:根的精度,m:迭代步数。-The code for the Newton-SOR iteration method for solving nonlinear equations. Its call format [r, m] = mulNewtonSOR (F, x0, w, h, eps)
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:594byte
    • 提供者:锦夏
  1. mulDNewton

    1下载:
  2. 本代码为牛顿下山法求解非线性方程组。其调用格式为[r,m]=mulDNewton(F,x0,eps) 其中F:非线性方程组,x0:初始解,eps:解的精度;r:求得的一组解,n:迭代步数。-The code for Newton' s method for solving nonlinear equations. Its call format [r, m] = mulDNewton (F, x0, eps) where F: non-linear equations, x0: init
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:543byte
    • 提供者:锦夏
  1. mulGXF

    0下载:
  2. 本代码为割线法求解非线性方程组。其调用格式为[r,m]=mulGXF1(F,x0,x1,eps) 其中,F:非线性方程组;x0初始解;x1:初始解;eps:解的精度;m:迭代步数。-The code for the secant method for solving nonlinear equations. Its call format [r, m] = mulGXF1 (F, x0, x1, eps) where, F: non-linear equations x0 initial s
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1.03kb
    • 提供者:锦夏
  1. hw1

    0下载:
  2. eps value fitting function eps = hw1(e) if ((1+e) <= 1) e = e * 2 else e = e / 2 hw1(e) end eps = e-eps value fitting function eps = hw1(e) if ((1+e) <= 1) e = e* 2 else e = e/2 hw1(e) end
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:119.32kb
    • 提供者:JackLi
  1. eps

    0下载:
  2. 边缘保护平滑算法(eps),可以读图像实现保边滤波。-Edge preserving smoothing algorithm (eps), can read the image edge filter to achieve protection
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1.05kb
    • 提供者:quyong
  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. ExportingFigurestoEPS

    0下载:
  2. This matlab code export figures from matlab to eps
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:14.22kb
    • 提供者:alexbeck
  1. printPmtkFigure

    0下载:
  2. Print file from matlab to pdf or eps
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:561byte
    • 提供者:nacerpdf
  1. xpdf3.02_pl5

    0下载:
  2. 最新(2011年3月)的xpdf3.02_pl5,投国际会议最终修改稿必备的工具,将matlab产生的figure保存为【内嵌字体】的eps文件 需要安装到: c:\program files\xpdf matlab内部的命令为: export_fig filename.eps -eps -The most recently (March 2011) xpdf3.02_pl5, essential tools for the final submission o
  3. 所属分类:matlab

    • 发布日期:2017-05-10
    • 文件大小:2.32mb
    • 提供者:刘锐
  1. erziyoudumoxing

    0下载:
  2. eps的东西,做得挺好的 eps的东西,做得挺好的-eps thing, doing something very good eps, doing very good
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:7.17kb
    • 提供者:小聪
  1. diferential-evolution-EPS-control

    1下载:
  2. 本程序应用于EPS抗干扰控制策略研究,控制器的设计基于差异进化算法,利用差异进化算法对权函数进行优化,后通过降阶控制形成基于差异进化算法和降阶控制的鲁棒控制器。-Based on a mathematical model, which combines the diferential evolution and the robust control method for solving controller synthesis.
  3. 所属分类:matlab

    • 发布日期:2016-11-11
    • 文件大小:2kb
    • 提供者:zhuyuanyuan
  1. 鄂尔多斯

    0下载:
  2. 鄂尔多斯 eps 文件,可用于平面设计,地图设计(eps eerduosi city can map eps)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-09
    • 文件大小:62kb
    • 提供者:mogeo
  1. conv to eps

    0下载:
  2. this program 'ImageToEps' is intended for the conversion of png images into eps image. very useful for scientific copywriters.
  3. 所属分类:matlab例程

    • 发布日期:2018-04-21
    • 文件大小:117kb
    • 提供者:Doc-Alfred
  1. EPS20200205

    1下载:
  2. 电动助力转向simulink建模,仿真分析,EPS助力特性,响应特性仿真(Electric power steering simulink model)
  3. 所属分类:matlab例程

    • 发布日期:2021-04-24
    • 文件大小:34kb
    • 提供者:Zlaman
  1. 电动助力转向系统的建模与仿真技术1

    4下载:
  2. 电动助力转向系统相关文档,使用MATLAB/SIMULINK创建汽车EPS模型(Electric power steering system documentation)
  3. 所属分类:matlab例程

    • 发布日期:2020-06-12
    • 文件大小:1.73mb
    • 提供者:XYMR
  1. EpsModel-master

    0下载:
  2. EPS动力学模型,车辆系统动力学,本科毕设,转向系统模型。(EPS dynamics model, vehicle system dynamics, undergraduate design, steering system model.)
  3. 所属分类:matlab例程

    • 发布日期:2021-04-24
    • 文件大小:43kb
    • 提供者:zhujq
« 12 »
搜珍网 www.dssz.com