-
shiyanyi
建立一个命令M-文件:求所有的“水仙花数”,所谓“水仙花数”是指一个三位数,其各位数字的立方和等于该数本身。例如,153是一个水仙花数,因为153=13+53+33。(set a shuixian m_file)
- 2013-05-09 18:27:35下载
- 积分:1
-
MATLAB
《MATLAB程序设计教程》源代码-2660(matlab)
- 2009-09-18 19:27:39下载
- 积分:1
-
NearestNeighbour3
最近邻插值,在图像处理中,对变换后的图像进行插值(Nearest Neighbour interpolating)
- 2010-09-27 10:04:29下载
- 积分:1
-
photonic crystal fiber
说明: 光子晶体光纤中空气孔分布均匀时,计算光子晶体光纤的模式有效折射率(The effective RI of the mode propagating in PCF)
- 2020-02-26 17:52:21下载
- 积分:1
-
Motion_Est_Alg_NTSS
Motion estimation algorithm - New three step search
- 2011-10-04 15:37:17下载
- 积分:1
-
main_STBC_MIMO_OFDM
可见光通信MIMO和OFDM系统仿真,代码里有注释。(MIMO and FODM visible light communication count counting system simulation)
- 2015-06-16 21:27:56下载
- 积分:1
-
manipulator-MPC-controller
机械臂模型预测控制,包含视觉伺服,使用机器人工具箱(Manipulator Simulation Based on Model Predictive Control,including visual servoing,using RTB tool box)
- 2021-04-07 22:59:01下载
- 积分:1
-
Wind_Power_inverter_model
这是用Matlab自己搭建的直驱式风力发电并网逆变器的仿真模型,效果挺不错的。(It is built using Matlab own direct drive wind power inverter with the simulation model, the effect is very good.)
- 2010-08-24 17:35:33下载
- 积分:1
-
seghough
K均值聚类法基于lab颜色空间分割图像,并用霍夫变换检测圆(K means clustering method is based on lab color space segmentation image and Hough transform to detect circles with)
- 2011-04-23 15:29:36下载
- 积分:1
-
gscale
GSCALE Scales the intensity of the input image.
G = GSCALE(F, full8 ) scales the intensities of F to the full
8-bit intensity range [0, 255]. This is the default if there is
only one input argument.
G = GSCALE(F, full16 ) scales the intensities of F to the full
16-bit intensity range [0, 65535].
G = GSCALE(F, minmax , LOW, HIGH) scales the intensities of F to
the range [LOW, HIGH]. These values must be provided, and they
must be in the range [0, 1], independently of the class of the
input. GSCALE performs any necessary scaling. If the input is of
class double, and its values are not in the range [0, 1], then
GSCALE scales it to this range before processing.
The class of the output is the same as the class of the input.
Copyright 2002-2004 R. C. Gonzalez, R. E. Woods, & S. L. Eddins
Digital Image Processing Using MATLAB, Prentice-Hall, 2004
$Revision: 1.5 $ $Date: 2003/11/21 14:36:09 $
- 2014-10-07 09:10:58下载
- 积分:1