-
matlab(GUI)
matlab界面(GUI)制作,学习matlab的就有福气了(matlab interface (GUI) making, learning matlab on a lucky)
- 2007-11-28 15:28:22下载
- 积分:1
-
bamutianxian
矩量法分析八木天线,推导矩量法分析过程,分析电流分布,方向图(Moment method analysis of Yagi antenna, moment method analysis of the process is derived to analyze the current distribution pattern)
- 2020-11-30 12:59:27下载
- 积分:1
-
fractal
matlab程序画图,常见分形图,function cantor(A,B)
c=1
p=0
figure
hold on
plot([A(2) B(2)],[A(1) B(1)], r* )
while norm(A(1,:)-B(1,:))>=1
C=[] D=[]
for i=1:size(A,1)
a=A(i,:)+(B(i,:)-A(i,:))/3
b=A(i,:)+2*(B(i,:)-A(i,:))/3
C=[C A(i,:) b]
D=[D a B(i,:)]
end
A=C
B=D
p=p+1 (matlab program drawing, common fractal images
function cantor(A,B)
c=1
p=0
figure
hold on
plot([A(2) B(2)],[A(1) B(1)], r* )
while norm(A(1,:)-B(1,:))>=1
C=[] D=[]
for i=1:size(A,1)
a=A(i,:)+(B(i,:)-A(i,:))/3
b=A(i,:)+2*(B(i,:)-A(i,:))/3
C=[C A(i,:) b]
D=[D a B(i,:)]
end
A=C
B=D
p=p+1 )
- 2013-03-02 09:54:38下载
- 积分:1
-
analytic-hierarchy-process
层次分析法(Analytic Hierarchy Process,简称AHP)是将与决策总是有关的元素分解成目标、准则、方案等层次,在此基础之上进行定性和定量分析的决策方法。(AHP (Analytic Hierarchy Process, the AHP for short) is the elements related to the decision is always broken down into objectives, principles, scheme, such as level, on the basis of the decision-making methods of qualitative and quantitative analysis.
)
- 2013-12-08 14:45:56下载
- 积分:1
-
em_ghmm
EM算法,用于估计参数的一个初级入门实例(EM algorithm, used to estimate the parameters of a primary entry examples)
- 2021-04-27 17:18:44下载
- 积分:1
-
zusai
说明: 对中继系统中的呼叫阻塞删除系统的阻塞率进行仿真,并与理论值比较(Call of relay blocking system to delete the blocking rate of the simulation system, and compared with the theoretical value)
- 2011-02-24 10:08:20下载
- 积分:1
-
MINIMUMROUTE
最短路径算法---数学建模中关于Matlab数学软件中的算法的程序matlab经典算法的程序Dijkstra(--- Mathematical modeling of the shortest path algorithm on the algorithm in Matlab mathematical software program classical algorithm matlab program Dijkstra)
- 2013-03-19 15:07:06下载
- 积分:1
-
jitterbug-1.23
JITTERBUG 是一个用来仿真线性控制系统的Matlab工具箱。通过JITTERBUG,我们能得到延时、数据丢失对系统的性能影响。同时,这个工具箱还能计算控制系统中信号的谱密度。(JITTERBUG [Lincoln and Cervin, 2002] is a MATLAB-based toolbox that allows
the computation of a quadratic performance criterion for a linear control
system under various timing conditions. Using the toolbox, one can easily
and quickly assert how sensitive a control system is to delay, jitter, lost
samples, etc., without resorting to simulation. The tool is quite general and
can also be used to investigate jitter-compensating controllers, aperiodic
controllers, and multi-rate controllers. As an additional feature, it is also
possible to compute the spectral density of the signals in the control system.
The main contribution of the toolbox, which is built on well-known theory
(LQG theory and jump linear systems), is to make it easy to apply this
type of stochastic analysis to a wide range of problems.)
- 2012-01-08 21:18:09下载
- 积分:1
-
matlab-examples2
matlab实用程序小合集第2部分,都是一些完成特定功能的小程序,很适合新手朋友(matlab utility small collection part 2, are some small programs to accomplish a specific function, it is suitable for novice friend)
- 2014-01-17 09:54:29下载
- 积分:1
-
Matlab 的手指打印编码
识别和匹配指纹的一直是以检测身份非常有用的一个典型问题。这里的 Matlab 算法和图像处理工具使用承认并比较两个指纹。]
- 2022-12-11 17:20:04下载
- 积分:1