-
7
说明: 《MATLAB 7.0编程基础基础》源程序,适合初学者使用,第7章(" MATLAB 7.0 programming foundation base" source, suitable for beginners, Chapter 7)
- 2011-06-13 17:43:53下载
- 积分:1
-
DEKF
Dual kalman filter for battery charge estimation
- 2013-10-09 04:57:41下载
- 积分:1
-
read
CVPARTITION Create a cross-validation partition for data.
An object of the CVPARTITION class defines a random partition on a
set of data of a specified size. This partition can be used to
define test and training sets for validating a statistical model
using cross-validation.
- 2012-09-29 23:02:50下载
- 积分:1
-
I_MFAC
基于MFAC改进的MFAC,添加了神经网络扰动进行补偿的IMFAC,增强了原始MFAC控制算法的鲁棒性(Based on MFAC s improved MFAC, the IMFAC, which has been added to compensate for neural network disturbances, enhances the robustness of the original MFAC control algorithm)
- 2021-02-01 22:20:00下载
- 积分:1
-
1
说明: matlab使用垂直Sobel算子,自动选择阈值
[VSFAT Threshold]=edge(f, sobel , vertical )
边缘探测
figure,imshow(f),title( 原始图像 ),
显示原始图像
figure,imshow(VSFAT),title( 垂直图像边缘检测 )
显示边缘探测图像
使用水平和垂直Sobel算子,自动选择阈值
SFST=edge(f, sobel ,2)
figure,imshow(SFST),title( 水平和垂直图像边缘检测 )
显示边缘探测图像
使用指定45度角
Sobel算子滤波器,指定阈值
s45=[-2 -1 0 -1 0 1 0 1 2]
SFST45=imfilter(f,s45, replicate )
SFST45=SFST45>=2
figure,imshow(SFST45),title( 45度角图像边缘检测 )
显示边缘探测图像
(matlab I=rgb2gray(I0)
J0=double(I) [VSFAT Threshold]=edge(f, sobel , vertical ) figure,imshow(f),title figure,imshow(VSFAT),title)
- 2013-12-18 15:42:14下载
- 积分:1
-
04469620array
构建天线阵列及GUI框架,可用于相控阵,圆形阵,矩形阵等(The antenna array and GUI frame can be used for phased array, circular array, rectangular array, etc)
- 2018-10-25 10:38:02下载
- 积分:1
-
scat3d
Makes 3d scatter plot much faster than scatter3
- 2010-10-11 06:56:50下载
- 积分:1
-
pose_estimation_code_release_v1.05
一种可以实现人体姿态估计的强大的算法,能够定位人的四肢以及躯干和头部,以便更高层次的分析(A code that s used for pose estimation.)
- 2012-10-25 21:29:28下载
- 积分:1
-
matlab-(2)
matlab学习入门书籍,快速提高matlab水平,有助于学者参考(matlab Learning introductory books)
- 2015-04-18 13:44:20下载
- 积分:1
-
Matlab-code
Matlab是一个很好的大型数值计算软件。解释型的程序执行、即时的调试窗口、高效的矩阵运算、丰富的工具箱,使它成为了数值计算和科研工作的必备软件。虽然Matlab具有众多的优势,可是它的程序却很难完全摆脱Matlab环境运行,在界面功能上也效率低下,这些缺点我们在使用Matlab的同时,不免担忧自己的成果不能方便地对外发布。对Matlab的运行方式进行了分析,之后提出了Matlab和VC高级语言之间混合编程的方法,以及Matlab程序独立打包和如何提高Matlab程序的界面运行效率的方法。 更多还原
(Matlab is a nice large numerical software. Explain the type of program execution, real-time debug window and efficient matrix operations, rich toolbox, making it the numerical calculations and research work necessary software. Although Matlab has many advantages, but it is difficult to completely get rid of the program running Matlab environment, the interface functions inefficient, these shortcomings in the use of Matlab while we can not help but worry about their results can not easily be released. For Matlab operation mode are analyzed, and then propose a hybrid programming approach between Matlab and VC-level language, and Matlab program independent packaged and how to improve the operational efficiency of the Matlab interface procedures. More Restore)
- 2013-12-16 09:34:41下载
- 积分:1