-
3
说明: 输入一个整数,求它的各位数字之和及位数.
例如234的各位数之和是9,位数是3。(inport a number putout anumber aaaaaaaa)
- 2010-09-02 09:56:12下载
- 积分:1
-
sagar
mitigation inrush current
- 2013-03-17 04:14:56下载
- 积分:1
-
the-phonetic-characteristics-of-BP-neural-network
the phonetic characteristics of BP neural network data classification
- 2014-12-01 22:56:20下载
- 积分:1
-
IonSim
用于描述离子扩散过程,在matlab环境下完成。(Used to describe the diffusion process is completed in the matlab environment.)
- 2015-03-17 15:38:34下载
- 积分:1
-
src
How to use the ordinary Voronoi partition generator. The m-files also have
their own help documentation that you can view in Matlab. This code creates
a bounding polygon that is a square. Then it randomly creates 10 points
and then creates and draws the partition.
bounds = [0, 10, 10, 0 0, 0, 10, 10]
points = 10 * rand(2, 10)
regions = voronoi(bounds, points)
drawRegions(bounds, regions)
================================
This is a brief set of instructions on how to use the Multiplicatively-
weighted Voronoi partition generator.
Each of the m-files has a help section, so in Matlab you can call:
help mwvoronoi
help drawRegions
Here is an example that creates a bounding polygon, a square with side
length 10. Then it randomly creates six points with random weights.
Finally, the code draws the resulting partition.
bounds = [0, 10, 10, 0 0, 0, 10, 10]
points = 10 * rand(3, 6)
regions = mwvoronoi(bounds, points)
drawRegions(bounds, regions)
Enjoy!
- 2013-10-30 12:23:18下载
- 积分:1
-
toolbox_v1.3
这是John Wiley出版的<Computational Colour Science using MATLAB.e2ban>教科书书附带的程序代码,自成一体为Matlab下的色度学工具箱. 建议将解压文件放到本地机已经安装Matlab的路径中,在toolbook文件夹下自己创建一个名为colour的文件夹中.比如:For example, this may be c:Program FilesMATLABp65 oolboxcolour 但具体路径取决于Matlab在你机器中的安装路径. 如果你将该colour文件夹加入Matlab环境路径中,该工具箱就与其它工具箱一样使用.-This is John Wiley published(It is published by John Wiley <Computational Colour Science using MATLAB.e2ban> Textbook book accompanying program code, self-contained for the colorimetric under Matlab toolbox. Suggested extracting file on the local machine has been installed in the path of Matlab in toolbook folder create yourself a folder named colour For example: For example, this may be c: Program Files MATLABp65 toolbox colour but the exact path depends on your machine Matlab installation path if you join the colour folder path in the Matlab environment, the tool box to use the same connection with other toolkits.-This is John Wiley published)
- 2013-09-26 08:50:29下载
- 积分:1
-
sampledfiber
用MATLAB仿真取样光栅的传输特性,使用方法为传输矩阵法(MATLAB simulation of transmission characteristics with sampled grating, using the method of transfer matrix method)
- 2015-03-18 10:41:29下载
- 积分:1
-
2
基于matlab简单图像处理系统中对图片的取反功能(Based on a simple matlab image processing system for the inversion of the image)
- 2014-01-19 22:17:55下载
- 积分:1
-
2upfc14bus
newton raphson using upfc
- 2014-02-11 15:06:46下载
- 积分:1
-
LCMV
阵列信号处理算法中的LCMV算法,仿真场景:8元均匀线性阵列,阵元间距为1/2波长,干扰入射方向为45度,干噪比为40dB。附报告、源程序、仿真截图,内容详尽,希望对您学习有所帮助。(Array signal processing algorithm LCMV algorithm simulation scenarios: 9 element uniform linear array, the array element spacing is 1/2 wavelength, the interference incident direction of 45 degrees, interference and noise ratio of 40dB. Attached report, source code, simulation screenshots, detailed, hope to help you learn.)
- 2013-07-16 19:58:09下载
- 积分:1