-
chap2_6
说明: 《变结构控制与MATLAB仿真》书中第二章例六的变结构控制程序( Variable Structure Control and MATLAB Simulation book chapter six cases of variable structure control procedures)
- 2008-10-16 23:14:22下载
- 积分:1
-
FAST-mean-shift
自己编写的一种快速均值漂移聚类算法。数据需要自己下载,里面有main函数,改成自己的数据就可以运行。主要思路是先用近邻规则粗分类,在运行均值漂移。(fast mean shif clustering algorithm.)
- 2012-05-22 20:54:27下载
- 积分:1
-
ROOT-MUSIC-algorithm-
根-多信号分类算法(MUSIC)求电波到达角、离开角(Root- multiple signal classification algorithm (MUSIC) seeking wave arrival angle, left corner)
- 2013-09-11 09:29:28下载
- 积分:1
-
deep-learning-scene-recognition
deep learning code it helpful the begainer in deep learning
- 2015-03-13 04:44:11下载
- 积分:1
-
EvaluateReversePolishNotation
Evaluate the value of an arithmetic expression in Reverse Polish Notation.
Valid operators are +, -, *, /. Each operand may be an integer or another expression.
Some examples:
[ 2 , 1 , + , 3 , * ] -> ((2 + 1) * 3) -> 9
[ 4 , 13 , 5 , / , + ] -> (4 + (13 / 5)) -> 6
分析:这一题就是写程序计算逆波兰式的结果,遍历表达式,碰到操作数入栈,碰到操作符就从栈顶取出两个操作数,再将计算后的结果入栈,最后栈中剩余的唯一操作数就是计算结果。(. Evaluate the value of an arithmetic expression in Reverse Polish Notation Valid operators are+,-,*,/Each operand may be an integer or another expression Some examples:.. [" 2" , " 1" , " +" , " 3 " ," * " ]-> ((2+ 1)* 3)-> 9 [" 4 " ," 13 " ," 5 " ," /" ," + " ]-> (4+ (13/After this problem is to write a program to calculate the inverse Polish results, iterate expression operand stack encounter, encounter operator to fetch two operands the stack, and then calculated as follows:> 6 Analysis- 5)) The results of the stack, the only remaining operand stack is the final calculations.)
- 2015-03-15 23:06:09下载
- 积分:1
-
plot
定义坐标轴的显示范围用axis指令
语法:axis([xmin xmax ymin ymax]) 你的例子ymin ymax应分别设为0和0.5,xmin xmax 取周期的两端。 然后再plot(x,y)
欢迎一起探讨matlab的使用:) (draw picture in matlab)
- 2009-02-04 22:07:32下载
- 积分:1
-
langten_v20
验证可用,采用偏最小二乘法,包括最后计算压缩图像的峰值信噪比和压缩效果的源码。( Verification is available, Partial least squares method, Including the final calculation of the compressed image peak signal to noise ratio and compression of the source.)
- 2016-12-02 11:59:18下载
- 积分:1
-
lyapunov
李雅普诺夫指数求解MATLAB程序,包含说明文字(MATLAB program for solving Lyapunov index, including descriptive text)
- 2010-11-20 16:43:09下载
- 积分:1
-
ICAmatlab
说明: ICA人脸识别算法实例matlab源码.txt(ICA face recognition matlab source code examples. Txt)
- 2011-04-17 10:11:09下载
- 积分:1
-
micromchatroncs
to help new student how to use matlab
- 2011-04-30 12:20:23下载
- 积分:1