-
ChapterVofvariablesymbols
这是一份MATLAB基础课件,由于我也是初学者,这部课件讲的很浅显,但比较适合初学者对MATLAB所有功能的一个初步了解内容包括涵数值数组及其运算, M文件和面向对象编成, 字符串数组, 符号变量, matlab 绘图 及 Simulnk动态仿真。以及两个基本浅显的程序题。此为第 5章。(This is a basic MATLAB courseware, because I am also a beginner, this software is very simple-speaking, but more suitable for beginners of all the features of MATLAB, a preliminary understanding of the content including the Han and its numerical array computing, M documents and for object into string array, variable symbols, matlab graphics and dynamic simulation Simulnk. As well as the two basic procedures for simple questions. This is Chapter 5.)
- 2009-03-22 09:01:37下载
- 积分:1
-
Fast_NCC_Corr
说明: matlab写的图像匹配算法 十分有效可用 值得学习!(matlab write very effective image matching algorithm can be worth learning!)
- 2011-03-25 13:50:13下载
- 积分:1
-
gonglvpuguji
该资料包含三种不同的方法进行功率谱估计的仿真,有直接法、间接法和加窗法。(The data consists of three different methods for power spectrum estimation of the simulation, a direct method, indirect method and windowing method.)
- 2010-06-01 21:33:17下载
- 积分:1
-
apeps
a simulation model for application of power electronics in power system. working fine.
- 2015-03-09 00:35:06下载
- 积分:1
-
1svpwm3level
inverter pmsm very usefull
try it, please :)
- 2014-01-14 17:19:54下载
- 积分:1
-
bagPSO
matlab 用PSO 解决背包问题 (matlab solve the knapsack problem with PSO)
- 2010-10-20 19:35:06下载
- 积分:1
-
fuzzy-control-system
基于matlab的模糊控制系统 针对智能控制的学习 使用模糊算法 (fuzzy control system that based on the matlab )
- 2011-05-03 08:56:35下载
- 积分: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
-
rrtskwmm
matlab开发工具箱中的支持向量机,基于matlab GUI界面设计,感应双馈发电机系统的仿真,通过反复训练模板能有较高的识别率,有循环检测,周期性检测。( matlab development toolbox support vector machine, Based on matlab GUI interface design, Simulation of doubly fed induction generator system, Through repeated training sSmjuorlate have higher recognition rate, There are cycle detection, periodic testing.)
- 2021-03-10 18:09:26下载
- 积分:1
-
matlab_curve_fitting-
说明: MATLAB曲线拟合向导,,简单介绍了MATLAB曲线拟合的相关知识,和相关函数的使用方法。(MATLAB curve fitting wizard, a brief introduction of the MATLAB curve fitting knowledge, and related functions are used.)
- 2011-04-06 00:36:27下载
- 积分:1