搜索资源列表
matlab输出无空边的图形
- matlab用于输出eps,tiff格式的图片,自动去掉空白,字体大小等,适合于出版用的图片输出
单频脉冲
- 单频脉冲 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('频率');
EPS_Control
- EPS控制模型 EPS控制模型 EPS控制模型-Control model control model EPS EPS EPS EPS control model control model
export_fig
- 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
mulNewtonSOR
- 本代码为牛顿-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)
mulDNewton
- 本代码为牛顿下山法求解非线性方程组。其调用格式为[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
mulGXF
- 本代码为割线法求解非线性方程组。其调用格式为[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
hw1
- 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
eps
- 边缘保护平滑算法(eps),可以读图像实现保边滤波。-Edge preserving smoothing algorithm (eps), can read the image edge filter to achieve protection
li9_23
- 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类型
ExportingFigurestoEPS
- This matlab code export figures from matlab to eps
printPmtkFigure
- Print file from matlab to pdf or eps
xpdf3.02_pl5
- 最新(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
erziyoudumoxing
- eps的东西,做得挺好的 eps的东西,做得挺好的-eps thing, doing something very good eps, doing very good
diferential-evolution-EPS-control
- 本程序应用于EPS抗干扰控制策略研究,控制器的设计基于差异进化算法,利用差异进化算法对权函数进行优化,后通过降阶控制形成基于差异进化算法和降阶控制的鲁棒控制器。-Based on a mathematical model, which combines the diferential evolution and the robust control method for solving controller synthesis.
鄂尔多斯
- 鄂尔多斯 eps 文件,可用于平面设计,地图设计(eps eerduosi city can map eps)
conv to eps
- this program 'ImageToEps' is intended for the conversion of png images into eps image. very useful for scientific copywriters.
EPS20200205
- 电动助力转向simulink建模,仿真分析,EPS助力特性,响应特性仿真(Electric power steering simulink model)
电动助力转向系统的建模与仿真技术1
- 电动助力转向系统相关文档,使用MATLAB/SIMULINK创建汽车EPS模型(Electric power steering system documentation)
EpsModel-master
- EPS动力学模型,车辆系统动力学,本科毕设,转向系统模型。(EPS dynamics model, vehicle system dynamics, undergraduate design, steering system model.)