搜索资源列表
-
0下载:
模型参考自适应控制系统由参考模型、受控对象、控制器和自适应律等组成。系统设计的核心是综合和设计控制器和自适应规律,使系统能稳定跟踪参考模型的输出[2]。近年来,对时变系统的自适应控制的研究已取得了较大的进展。在文[3]的基础上,本文针对线性时变系统的一种改进的模型参考自适应控制方案进行仿真研究,仿真结果说明了该控制方案的可行性。-Model reference adaptive control system consists of a reference model, the controlle
-
-
1下载:
MatlabX库为VB,VC,Delphi提供程序包接口,支持数学运算、功能强大线性代数、图形处理等功能和部分神经网络等功能,用于扩展 MATLAB 的功能和运行速度,可以作为独立的工具使用,支持生成自己的独立运行程序,不要求客户电脑装有matlab。 (可以另外加功能)
在VB,VC,Delphi中使用该数学工具包可避免重复性劳动,从而减少开发人员实现算法和界面设计的困难,可大大提高开发效率,对于解决工程问题是十分有意义的。MatlabX就是一个小的matlab
-MatlabX li
-
-
0下载:
几道简单的数学建模(体重变化 水的流出时间 简单线性规划 简单随机库存 水道测量 层次分析法)是当初的建模作业 有分析 也有matlab和mathematica程序-A few simple mathematical modeling (body weight change in the water outflow time of a simple linear programming simple random inventory hydrographic AHP) is the origin
-
-
0下载:
这是 一个数学基本运算中,关于线性方程迭代算法的一个程序,程序设计规范,可以直接调用-This is a basic mathematical computations on the linear equations iterative algorithms of a program, the program design specifications, and can directly call the
-
-
0下载:
高斯塞德尔迭代法求解线性方程组的MATLAB程序-High Sisaideer iteration for solving linear equations in the MATLAB program
-
-
1下载:
该程序利用matlab语言主要实现(7,3)线性分组码的译码,并提取信息码-The program achieved using matlab language major (7,3) linear block code decoding, and extracting information codes
-
-
1下载:
该程序利用matlab主要实现(7,3)线性分组码的编码-Implementation of the program using matlab main (7,3) linear block code encoding
-
-
0下载:
小波变换图像增强程序。以及非线性的处理程序。
MATLAB编译环境。-Wavelet transform image enhancement program. And non-linear process. MATLAB compilation environment.
-
-
0下载:
介绍了线性规划方法,并有实力分析,附有matlab程序代码-Linear programming, and strength analysis with matlab program code
-
-
1下载:
一元线性回归分析,matlab源程序,不错的小程序-A linear regression analysis matlab source code, a nice little program ~ ~ ~ ~
-
-
0下载:
基于NIPALS算法的偏线性最小二乘(PLS)Matlab程序-NIPALS linear algorithm based on partial least squares (PLS) Matlab program
-
-
2下载:
7-4线性分组码源代码在matlab中的程序实现,矩阵,信息为和校验位-7-4 linear block code source code in the matlab program implementation, matrix, for information and check digit
-
-
0下载:
最优化的里整数规划里0—1规划算法和分枝定界法,matlab编写,代码规范,方便初学者学习!-the program is with the binary integer linear programming and integer linear programming use branch and bound method!
-
-
0下载:
逐次超松弛迭代法解线性方程组的matlab命令程序-SOR iterative method for solving linear equations matlab command program
-
-
2下载:
四象限逐点比较法直线插补matlab仿真程序源代码。输入起点、终点、给进步长等即可实现仿真。-Quadrant point by point comparison Linear Interpolation matlab simulation program source code. Enter the start, end, and so long to progress to achieve the simulation.
-
-
0下载:
MATLAB是当前最流行的大型数学工具软件之一,能够完成绝大部分科学运算。《Matlab函数和实例速查手册》从实用角度出发,系统介绍MATLAB各种函数,包括:数组、矩阵与线性代数、基本数学计算函数、符号计算与符号数学工具箱、程序控制与设计、MATLAB绘图、用Simulink进行系统仿真、图形用户界面GUI、MATLAB信号处理、MATLAB与数理统计等。为便于读者对MATLAB函数的理解,书中列举了大量的函数实例,真正帮助读者学以致用。(MATLAB is one of the most p
-
-
0下载:
切比雪夫线阵综合的一个MATLAB程序,分享一下。(Chebyshev linear array of a MATLAB program, I'd like to share the file with you.)
-
-
0下载:
设计并解决一个线性规划问题,要求:
1)问题应具有一定的实际背景,最好与自己的专业相关;
2)目标函数至少包含6个以上的变元;
3)包含等式约束和不等式约束两种约束条件;
4)写出求解问题的Matlab程序;
5)对求解的结果进行必要的解释和分析说明。(Design and solve a linear programming problem, requiring:
1) the problem should have a certain practical background,
-
-
0下载:
利用线性滤波法编写的风载荷程序,可以模拟空间风场,计算效率高。(The wind load program written by the linear filtering method can simulate the space wind field, and the calculation efficiency is high.)
-
-
0下载:
% 离散优化
% *enum - 枚举法
% *monte - 蒙特卡洛法
% *lpint (BranchBound)- 线性整数规划
% *L01p_e - 0-1整数规划枚举法
% *L01p_ie - 0-1整数规划隐枚举法
% *bnb18 - 非线性整数规划(在MATLAB5.3使用)
% *bnbgui - 非线性整数规划图形工具(在MATLAB5.3使用)
% *mintreek - 最小生成树kruskal算法
% *minroute - 最短路dijkstr
-