-
MATLAB_programming_and_application
MATLAB程式设计与应用,包含常用的表达式的应用(MATLAB programming and application)
- 2010-01-29 10:20:28下载
- 积分:1
-
matlab
说明: 黄金分割法求极小值
功能:用黄金分割法求f(x)在区间[a,b]上的近似极小值。当且仅当f(x)在[a,b]上为单峰时次方法适用
(Golden section method for the minimum functions: golden section method used for f (x) in the interval [a, b] on the approximate minimum. If and only if f (x) in [a, b] for the single-peak method can be applied at times)
- 2008-11-25 12:37:49下载
- 积分:1
-
matlab
dsmcne - Program to simulate a dilute gas using DSMC algorithm
This version simulates planar Couette flow..... . . . ..... . .. . . . . . . . . . . .. . . . . . . .. ............... . . ... .
- 2013-08-15 04:59:39下载
- 积分:1
-
MYspider
飞秒激光光谱测量SPIDER,matlab模拟程序(Femtosecond laser spectroscopy measurement SPIDER, matlab simulation program)
- 2013-01-23 19:21:54下载
- 积分:1
-
cavity
I uploaded sample code for SIMPLE-algorithm and solving lid-driven cavity flow test.
It has a lot of shortcomings, but I think that it will be useful for all newcomers. I intend to develop it further, but now it very slowly converges. All notes will be useful, and hope it can be discussed.
- 2014-01-26 18:24:22下载
- 积分:1
-
LM92_matlab
temperature from lm92 to matlab
- 2010-06-14 01:56: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
-
SNR
求信噪比的MATLAB源代码,用于通信系统学习(the matlab code for work out the SNR,for communication study)
- 2013-10-21 10:30:01下载
- 积分:1
-
Horizontal_Bar_Plot
用matlab实现 Horizontal_Bar_Plot(draw Horizontal_Bar_Plot using matlab)
- 2012-08-16 16:53:09下载
- 积分:1
-
MATLAB
采用邻近插值法和双线性插值法图像进行缩放和旋转(In neighbor interpolation and bilinear interpolation image scaling and rotation)
- 2014-12-04 00:36:07下载
- 积分:1