-
matlab-light-diffraction
说明: matlab模拟光的衍射的程序,有界面,文件附了一张效果图。(matlab simulation of light diffraction procedures, interface, file attachment to the renderings.)
- 2011-03-14 20:29:47下载
- 积分:1
-
Solve-the-equation
运用matlab求解一般代数方程、线性方程组、线性微分方程、非线性微分方程的源代码(Using matlab to solve common algebraic equations, linear equations, linear differential equation and nonlinear differential equation of source code)
- 2012-04-11 16:19:47下载
- 积分:1
-
chap5_3s
智能控制的应用1 基于模糊控制的控制器仿真
简单易懂 功能强大(intelligent control based on the application of a fuzzy controller to control the simulation is simple to understand the powerful)
- 2007-05-31 17:20: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
-
sanjiaobo0108
自己毕设做的基于三角载波的有源电力滤波器(APF)仿真,可供(apf和pwm整流器设计参考使用)(Do your own complete set of triangular carrier-based Active Power Filter (APF) emulation available (apf and pwm rectifier design reference))
- 2013-08-16 15:38:54下载
- 积分:1
-
Jakes
通过Jakes模拟器来生成瑞利信道,瑞利信道的生成(Rayleigh Channel Generation through Jakes Simulator)
- 2015-04-01 09:30:32下载
- 积分:1
-
topology
一种拓扑优化范围中的3维SIMP程序,可以多次修改(A 3-D SIMP program in the scope of topology optimization that can be modified many times)
- 2020-09-10 23:28:00下载
- 积分:1
-
Double_Polarity_IGBT_Bridges
Double_Polarity_IGBT_Bridges.rar,功率电子领域matlab仿真文件,已经验证过,程序运行正常(Double_Polarity_IGBT_Bridges.rar,Power electronics field matlab simulation file, has already been verified, the normal operating procedures)
- 2013-08-26 22:29:24下载
- 积分:1
-
nituishexiangji
此程序可由固定位置的标定点,逆推摄像机的世界坐标。(This procedure can be fixed by the location of the calibration points, the world coordinate inverse camera.
)
- 2015-03-11 14:27:22下载
- 积分:1
-
SurfaceTension
基于元胞自动机模拟表面张力的一个非常好的程序。(Celluar automation-- surface tension. It is a good source codes .)
- 2010-06-08 10:57:59下载
- 积分:1