搜索资源列表
javaxuniji86
- windows的一个补丁。有的winxp不能运行matlab,需要这个java虚拟机。-windows of a patch. Some winxp not run Matlab, we need this java virtual machine.
untitled4
- 使用 PLOT(T,Y1,Y2,…])命令,绘图命令plot绘制x-y坐标图; 使用HOLD 命令,保持住该图形窗口的内容,再画一条线。并且该线型的颜色、标记符号可以选择。 利用PLOT(X1,Y1,X2,Y2,..XN,YN)语句, X1,Y1,X2,Y2,..XN,YN分别为向量对,每一对X-Y可画出多条图形。 使用PLOTYY命令,可设坐标。 利用二维绘图函数patch函数fill ,
kq
- 这是用MATLAB实现开启和闭合操作的源代码 可适用于机械方面- clc clear [x,y,z]=meshgrid(linspace(-1.3,1.3)) f=(x.^2+(9/4)*y.^2+z.^2-1).^3-x.^2.*z.^3-(9/80)*y.^2.*z.^3 p=patch(isosurface(x,y,z,f,0)) set(p,‘FaceColor’,‘red’,‘EdgeColor’,‘none’)
Patch
- patch antenna attenuation ratio and gain model using matlab with gui
genetic-algorithm
- MATLAB-HFSS联合仿真,以遗传算法优化开槽优化微带天线带宽,还需下载hfss-hfss-api方能使用,别忘了修改路径-MATLAB-HFSS-patch antenna
circle antenna
- hfss matlab api create model of circular patch antenna
61549815ppb
- ppb一种ppb滤波算法来去除图像中的加性高斯噪声,09年才提出来的新算法非常的高效,去噪效果相当好(This MATLAB software implements the denoising algorithm (the Probabilistic Patch-Based filter) for images damaged by multiplicative Nakagami-Rayleigh noise as presented in: Iterative Weighted Maximum
patch-inpainting-master
- digital image inpainting matlab source code
CT图像重建程序 matlab
- 利用matlab实现CT图像的重建,包含多种重建方法如中心面片理论等(Using MATLAB to reconstruct CT images, there are many reconstruction methods, such as central patch theory.)