1)先利用文件Lorenz.m求解出Lorenz系统,并把其数组保存成名字为un.mat的文件。 2)直接运行文件Lorenz1.m 便可统计出Lorenz系统的轨道
标签: Lorenz
上传时间: 2013-11-27
上传用户:nairui21
adaptive filter and its M atlab simulation based on LM S algorithm.
标签: simulation algorithm adaptive filter
上传时间: 2014-12-04
上传用户:皇族传媒
C#编写的AR(M)趋势预测模型函数,包括AR模型参数值计算,预测函数,还有LDLT计算三角矩阵方程函数
上传时间: 2015-10-24
上传用户:皇族传媒
电子工业出版社出版的国外电子与通信教材系列一书:现代通信系统(MATLAB版)(第二版)中的脚本文件与M文件(第二章--九章)
上传时间: 2014-01-23
上传用户:Late_Li
数字电话各模块的独立M文件实现,及系统功能的实现。
上传时间: 2014-01-22
上传用户:ikemada
最大子矩阵和问题 对于给定的m 行n 列的整数矩阵,编程计算其最大子矩阵和。
上传时间: 2015-10-26
上传用户:diets
Input The first line of the input contains a single integer T (1 <= T <= 20), the number of test cases. Then T cases follow. The first line of each case contains N, and the second line contains N integers giving the time for each people to cross the river. Each case is preceded by a blank line. There won t be more than 1000 people and nobody takes more than 100 seconds to cross. Output For each test case, print a line containing the total number of seconds required for all the N people to cross the river. Sample Input 1 4 1 2 5 10 Sample Output 17
标签: the contains integer number
上传时间: 2015-10-27
上传用户:plsee
Input The input contains blocks of 2 lines. The first line contains the number of sticks parts after cutting, there are at most 64 sticks. The second line contains the lengths of those parts separated by the space. The last line of the file contains zero. Output The output should contains the smallest possible length of original sticks, one per line. Sample Input 9 5 2 1 5 2 1 5 2 1 4 1 2 3 4 0 Sample Output 6 5
标签: contains The blocks number
上传时间: 2015-10-27
上传用户:lepoke
Input The input consists of two lines. The first line contains two integers n and k which are the lengths of the array and the sliding window. There are n integers in the second line. Output There are two lines in the output. The first line gives the minimum values in the window at each position, from left to right, respectively. The second line gives the maximum values. Sample Input 8 3 1 3 -1 -3 5 3 6 7 Sample Output -1 -3 -3 -3 3 3 3 3 5 5 6 7
上传时间: 2014-12-21
上传用户:hongmo
本算法用最小二乘法依据指定的M个基函数及N个已知数据进行曲线拟和 。 本算法用指数平滑法预测数据
上传时间: 2013-12-27
上传用户:lijinchuan