-
HoneycombPattern_new
L为正六边形边长,默认10
H为1*2的向量,H(1)和H(2)分别代表待填充矩形的x和y方向的边长,默认[100 100]
若H输入为1*1尺寸,则默认为边长为H的正方形
返回值为所有六边形的顶点横纵坐标
调用举例:
HoneycombPattern_new
HoneycombPattern_new(5)
HoneycombPattern_new(1,[50 40])
作者:Neptune_zx(@MATLAB Forum)
Time:2010/11/06">
- 2011-04-20 08:31:14下载
- 积分:1
-
sfiffness_convert_from_force
how to convert force in active suspension to stiffness for active air_suspension system.
- 2012-11-07 18:04:33下载
- 积分:1
-
myp
simple plot and show image matlab code with dll for .net app
- 2014-02-01 15:59:01下载
- 积分:1
-
Practical.CPP.Programming.chm
O Reilly.Practical.C++.Programming.chm,电子书籍,英文版。(O Reilly.Practical.C++.Programming.chm,E-books, in English.)
- 2013-12-22 11:47:42下载
- 积分:1
-
cordic_EasyMatlab
自己编的Matlab实现旋转模式的CORDIC代码,附对应的参考资料,一看就懂。(Matlab realize their series rotation mode CORDIC code, with corresponding reference data, one can understand.)
- 2013-08-29 18:56:01下载
- 积分:1
-
bisection_new
Step 1: Set i=1
FA=f(a)
Step 2: while i≤ No do step 3-6.
Step 3 set p=(a+b)/2
FP=f(p)
Step 4 if FP<TOL or (b-a)/2<TOL then
OUTPUT(p)
STOP.
prepared by Razana Alwee
24
Algorithm
Step 5 set i=i+1
Step 6 if FA.FP > 0 then set a=p
FA=FP
else set b=p.
Step 7 OUTPUT (‘Method failed after No iteration,
No=’, No)
- 2011-11-23 09:49:57下载
- 积分:1
-
ldpc-decoding
4种LDPC的译码算法比较,经测试可以运行。(4 kinds different ldpc decoding algorithm-nomalized/offset/MS and SP )
- 2013-06-19 11:01:52下载
- 积分:1
-
matlabyiqunsuanfa
蚁群算法是一种用来在图中寻找优化路径的机率型算法。是一种求解组合最优化问题的新型通用启发式方法,该方法具有正反馈、分布式计算和富于建设性的贪婪启发式搜索的特点。通过建立适当的数学模型,基于故障过电流的配电网故障定位变为一种非线性全局寻优问题。(Ant colony algorithm is a method used to find optimal path in the graph the probability-based algorithm. Is a combination of optimization problems to solve new general heuristic method, which has a positive feedback, distributed computing and constructive and the greedy heuristic search features. Through the establishment of an appropriate mathematical model, over-current fault-based distribution network fault location into a nonlinear global optimization problem.)
- 2010-05-14 07:58:21下载
- 积分:1
-
Untitled
实现基本的PCM编译码功能,函数简单,程序可行(PCM encoding and decoding functions to achieve the basic function is simple, practical procedures)
- 2010-11-24 17:48:14下载
- 积分:1
-
bisect
数值分析中用二分法求解函数值,本资料正是二分法求函数值的MATLAB代码(Function used for solving numerical value dichotomy, the dichotomy of a function of the data value is the MATLAB code)
- 2010-12-22 10:31:52下载
- 积分:1