-
rosenbrock(matlab)
Rosenbrock函数图像绘制源代码程序。为毕业设计而制作。——张景(Rosenbrock function image mapping program source code. Designed and produced for graduation.- Zhang)
- 2009-03-06 21:47:43下载
- 积分:1
-
eigen2
说明: cancorr的matlab程序(2).用于信号的典型相关的分析。(cancorr the matlab program (2). the canonical correlation for the signal analysis.)
- 2009-08-12 10:42:25下载
- 积分:1
-
ADc1
说明: 异步电动机直接转据控制系统中电流信号的AD转换,可直接用于工程项目中(direct asynchronous motor control system according to which the current signal AD conversion, can be used directly in projects)
- 2006-04-12 16:52:45下载
- 积分:1
-
zcffx
matlab主成分分析的几个案例 包括从协方差矩阵或相关系数矩阵出发求解主成分 从样本观测值矩阵出发求解主成分(Principal component analysis matlab several cases, including the covariance matrix or correlation matrix to solve the main ingredient of departure from the starting sample observation matrix solving the main ingredient)
- 2014-08-27 13:42:43下载
- 积分:1
-
Matlab-Optimization-tools
基于Matlab软件中的优化算法和优化工具,针对风力机翼型通用型线集成表达式建立了优化数学模型。以风力机翼型的最大升阻比为优化设计目标函数,翼型形状控制方程的系数为设计变量,翼型的厚度和弯度为约束条件,设
计得到了相对厚度为18%的风力机翼型,并对其性能进行了计算分析。研究结果拓宽了风力机叶片翼型的设计思路和设计方法。(Based the Matlab software optimization algorithm and optimization tools for the integrated expression of the general profile of the wind turbine airfoil optimization model. Wind turbine airfoil maximum lift-drag ratio for the optimal design objective function coefficients of the equation of the airfoil shape control as design variables, airfoil thickness and curvature constraints, the design has been the relative thickness of 18 of wind turbine airfoil , and its performance is calculated and analyzed. The findings broaden the wind turbine blade airfoil design ideas and design methods.)
- 2020-12-18 21:39:10下载
- 积分:1
-
BidirectionDC-DC
此模型为双向DCDC,可用于电池充放电,燃料电池升降压模拟等。采用PWM控制IGBT管占空比。可直接运行,在其基础上修改简单(This model is a bidirectional DCDC, which can be used for battery charging and discharging, fuel cell buck-boost simulation. PWM control of the IGBT tube duty cycle. Can be run directly, modify it on the basis of simple)
- 2020-11-21 10:39:37下载
- 积分:1
-
5
一道程序编译顺序的考题,涉及到函数调用的先后顺序及运算符号的优先级等问题。下面我展开给你讲。
C的程序编译总是从main函数开始的,这道题的重点在“fun((int)fun(a+c,b),a-c)) ”语句。
系统首先要确定最外层 fun()函数的实参,第一个参数的确定需要递归调用fun()函数(不妨称其为内层函数)。内层函数的两个参数分别为x=a+b=2+8=10、y=b=5,执行函数体x+y=10+5=15,于是得外层函数的参数x=15。其另一个参数y=a-c=2-b=-6,再次执行函数体,得最终返回值x+y=15+(-6)=9。 (Compiling together the sequence of test procedures, involving the sequence of function calls and operator symbols, such as the priority problem. Now I give you to start speaking. Procedures for C compiler always start from the main function and at这道题the focus of " fun ((int) fun (a+ c, b), ac)) " statement. System must first determine the most outer layer of fun () function of real parameters, the first parameters of recursive calls required fun () function (may be called the inner function). Inner function separately for the two parameters x = a+ b = 2+8 = 10, y = b = 5, to execute the function body x+ y = 10+5 = 15, then the outer function parameters were x = 15 . Its another parameter y = ac = 2-b =- 6, once again to execute the function body may eventually return the value of x+ y = 15+ (-6) = 9.)
- 2009-03-15 15:36:23下载
- 积分:1
-
NumericalAnalysisusingmatlabandexcel3rd
学习MATLAB的书籍,英文好的就看看吧。(learning MATLAB PDF english simple)
- 2009-05-03 15:07:12下载
- 积分:1
-
Matlab
Matlab编程学习资料,对初学者有帮助。。。(Matlab programming to learn information useful for beginners. . .)
- 2009-05-21 21:03:24下载
- 积分:1
-
Cosine-16-point-DFT-figure-matlab
绘出余弦的16个点的傅立叶变化图,你可以在程序中改变点的个数,得到你想要的图形(Draw the 16-point cosine Fourier map changes, you can change in the program the number of points to get the graphic you want)
- 2011-07-02 00:41:36下载
- 积分:1