-
VCPmatlab
本文详细介绍了如何实现VC与Matlab的混合编程,对于进行复杂的运算有很好的用处(This paper describes how the VC and Matlab programming mix, for complex calculations to good use)
- 2013-09-07 11:32:39下载
- 积分:1
-
induction-motor
this program is about induction motor simulation with matlab codes.
- 2011-12-04 04:20:56下载
- 积分:1
-
1234435
用matlab 7.0编写的滑模变结构仿真的例子。(S-function for continuous state equation
function [sys,x0,str,ts]=s_function(t,x,u,flag)
switch flag,
Initialization
case 0,
[sys,x0,str,ts]=mdlInitializeSizes
Outputs
case 3,
sys=mdlOutputs(t,x,u)
Unhandled flags
case {2, 4, 9 }
sys = []
Unexpected flags
otherwise
error([ Unhandled flag = ,num2str(flag)])
end
mdlInitializeSizes
function [sys,x0,str,ts]=mdlInitializeSizes
sizes = simsizes
sizes.NumContStates = 0
sizes.NumDiscStates = 0
sizes.NumOutputs = 3
sizes.NumInputs = 1
sizes.DirFeedthrough = 1
sizes.NumSampleTimes = 0
sys=simsizes(sizes)
x0=[]
str=[]
ts=[]
function sys=mdlOutputs(t,x,u)
x11d=sin(pi*t/2)
x21d=cos(pi*t)
x31d=1
sys(1)=x11d
sys(2)=x21d
sys(3)=x31d
)
- 2012-10-19 11:43:12下载
- 积分:1
-
glcm
Calculation of glcm
Energy
Entropy
Homogeneity
Features
Dissimilarity
Categorize
- 2014-02-05 14:23:37下载
- 积分:1
-
face_detection
说明: 实现人脸检测的功能,对合适大小的图像,将其放在相应的matlab文件夹下即可自动进行人脸检测并定位。(For face detection function, the size of the image on the right, put it in the appropriate folder automatically matlab for face detection and localization.)
- 2010-04-21 11:10:32下载
- 积分:1
-
79419102KNNalgorithm
说明: 用MATLAB做的人脸识别插好超强大你一定喜欢的不信下来试试!
- 2010-04-27 18:05:40下载
- 积分:1
-
figtojpg
matlab写的将fig格式图片转成jpg格式的源代码(matlab write the fig format jpg format image into the source code)
- 2013-12-03 21:10:47下载
- 积分:1
-
lsc-code
metric learning using this for manifol learning
- 2013-04-09 19:50:10下载
- 积分:1
-
daolibai
实现了用于倒立摆建模的TS模糊系统“model.fis",及用于控制的Ts型模糊控制器“tc.fis"。(Achieve inverted pendulum modeling for TS fuzzy systems " model.fis" , and Ts fuzzy controller for the " tc.fis" .)
- 2014-03-08 10:09:04下载
- 积分:1
-
comb3
基于导频实现OFDM信道估计,采用DFT算法。(based on comb to realzie OFDM channel estimation)
- 2010-10-19 19:47:45下载
- 积分:1