-
RTD_Temperature_Sensor_classic_tutorial
RTD Temperature Sens热电阻式温度传感器经典教程or classic tutorial(RTD Temperature Sens heat resistance temperature sensor classic or classic tutorial tutorial)
- 2010-07-29 18:14:11下载
- 积分:1
-
q
说明: GM(1,1)模型程序
可用于一般时间序列预测(GM (1,1) model program can be used for general time series prediction)
- 2009-04-08 18:34:59下载
- 积分:1
-
simv1.0.2
Simulation of Quartz Crystal Resonator
- 2010-09-25 23:52:49下载
- 积分:1
-
3
说明: 1、随机生成一个5*5矩阵A,元素符合均匀分布;再随机生成一个5*5矩阵B,元素符合正态分布。对A和B进行加、减、乘、除、比较等矩阵运算,查看运算结果。
2、创建5阶魔术矩阵,求A的行列式、特征值、逆、秩、迹、条件数。
3、假设矩阵 ,求A的LU分解、正交分解、特征值分解、奇异值分解。
4、创建6阶单位稀疏矩阵,并显示其全部元素。
(1, randomly generated a 5* 5 matrix A, elements in line with uniform distribution then randomly generated a 5* 5 matrix B, elements in line with normal distribution. Pairs of A and B to add, subtract, multiply, divide, comparison matrix operations, view the results of operations. 2, create a 5-order magic matrix, find A, determinant, eigenvalues, inverse, rank, trace, the condition number. 3, assuming that matrix, find A, LU decomposition, orthogonal decomposition, eigenvalue decomposition, singular value decomposition. 4, create a six-order unit of sparse matrix, and display all of its elements.)
- 2009-11-19 14:09:39下载
- 积分:1
-
M-J
this code is estimate dyley time .
- 2012-06-18 09:19:25下载
- 积分: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
-
RigidBody
关于演示旋转的一个应用程序,可以更好的理解体旋转的过程(The project is made by using GUIDE of Matlab 7.5.0 (R2007b) and user-defined classes.
The project may be used on the seminars on mechanics in the technical educational establishments. Rigid body section of a course of mechanics is considered as required in most technical colleges and
Universities.
Sometimes it s difficult to imagine a rotation of a rigid body in the three-dimensional space. Especially, when
an asymmetric top is in question. Rigid Body project may help students to see the rotations clearly as though they were in the real world.
Author of Rigid Body project:
Ferat Talat oglu
)
- 2011-12-01 18:46:08下载
- 积分:1
-
tfGUI
基于matlab的标准闭环传递函数的阶跃响应,程序,自己编写的GUI,在GUI只需要输入阻尼系数的值即可。(Matlab-based standard step response of the closed-loop transfer function, procedures, write your own GUI in the GUI only need to enter the value of the damping coefficient can be.)
- 2013-05-01 23:15:14下载
- 积分:1
-
SCWCD_-_Mock_Exams
SCWCD dumps for 310-083 exam for SUN certification
- 2010-08-31 07:00:06下载
- 积分:1
-
Ant_clusting
蚁群聚类算法及其源码。是蚁群算法跟聚类算法的结合,启发式搜索社团结构。(Ant colony clustering algorithm and its source code. Ant colony algorithm with the clustering algorithm is a combination of heuristic search community structure.)
- 2010-01-07 15:44:36下载
- 积分:1