-
math_solutions
《高等应用数学问题MATLAB求解》的PDF版及习题解答(《Higher Applied Mathematics MATLAB to solve the problem》of the PDF version and answer exercises)
- 2009-02-02 10:48:21下载
- 积分:1
-
fuzzPID
基于MATLAB开发的PID控制程序,含有详细说明温习,初学者可以参考学习。(MATLAB-based development of the PID control program, with detailed study, beginners can refer to learn.)
- 2010-12-14 20:36:54下载
- 积分:1
-
SLM
用SLM方法来减小OFDM系统的PAR,给出在不同的M值下,系统的PAR曲线图。(To reduce the use of SLM OFDM system PAR, gives the different values of M, the system PAR of Fig.)
- 2013-11-18 13:53:58下载
- 积分:1
-
四元数,欧拉角及姿态矩阵的相互转换代码
四元数,欧拉角及姿态矩阵的相互转换代码,这是一个学习的很好的代码,包括轨迹发生器的模拟,惯导导航,姿态四元数的解算,及位置速度的解算,包含注释浅显易懂。
- 2023-06-09 22:35:03下载
- 积分:1
-
c8mmras
模型参考自适应系统的simulink文件(The simulink File of the model reference adaptive system)
- 2013-04-22 21:24:00下载
- 积分:1
-
kde2d
核密度估计,可以刻画变量的时间演进动态性,可以反映变量在时间上的变动的整体性( Kernel Density Estimation )
- 2013-03-18 23:10:31下载
- 积分: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
-
基于MATLAB的牛顿欧拉法建立机器人逆动力学模型
牛顿欧拉迭代法是计算机器人动力学方程的一个最常用的方法之一.在本资源中通过NEInvDyn(inv)函数,我们可以计算得到机器人动力学方程的M,B,G三个重要参数,来实现对机器人力矩的有效控制.
- 2022-01-25 17:39:21下载
- 积分:1
-
HOG-LBP-detection
matlab 实现的hog和lbp 结合的行人检测(matlab hog-lbp detection )
- 2021-02-24 14:49:39下载
- 积分:1
-
genetic_segment
利用遗传算法来进行图像分割的例子,非常好用。(the use of genetic algorithms for image segmentation example, very handy.)
- 2007-01-06 16:12:13下载
- 积分:1