-
shuzhijisuan
里面有用MATLAB自编的几个数值计算方面的几个程序,有拉格朗日多项式插值法,高斯消去法求解方程组,最小二乘法拟合,复合梯形公式求解数值积分(Some Useful MATLAB self inside the numerical calculation of the number of procedures, Lagrange polynomial interpolation method, Gaussian elimination method for solving equations, least squares fitting, composite trapezoidal formula for numerical integration)
- 2010-11-26 11:03:45下载
- 积分:1
-
shito2m
十进制转化为二进制 m代码 很精简的一个代码,十六位二进制转化都十分迅速(Decimal into binary m code very concise code, very fast 16-bit binary conversion)
- 2012-05-02 16:20:06下载
- 积分: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
-
engine
发动机系统仿真,matlab/simulink 系统仿真和运算,可以根据油门估算出扭矩(Engine system simulation, matlab/simulink simulation and computing systems, torque can be estimated based on throttle)
- 2013-12-07 02:32:57下载
- 积分:1
-
vector1
modelling and simulation of vector control of induction motors
- 2014-02-10 23:28:12下载
- 积分:1
-
matlabcodeforLM
用MATLAB实现LM算法库,使用时添加其为工作目录,便可使用各种函数.(LM algorithm using MATLAB realize the Treasury, when used to add its working directory, you can use a variety of functions.)
- 2007-08-21 09:58:51下载
- 积分:1
-
complex
this code find the complex solution ...................of real time system ..............
- 2011-12-09 15:09:19下载
- 积分:1
-
rotate_vector
this code one of example design antenna by rotating vector
- 2013-12-12 18:13:31下载
- 积分:1
-
radar_trans_of_airplane
pdf文档,机载雷达坐标系变换相关内容,介绍了机载雷达坐标系下的探测目标位置表达方式(pdf document,introduce the coordinates translates method of the airplane between the target)
- 2015-02-10 22:20:21下载
- 积分:1
-
Chapter_6
LPC sample code 6 matlab
- 2013-05-04 15:13:28下载
- 积分:1