很经典的一些实验,对初学者的帮助比较大,例如多项式插值的振荡现象,和Lorenz问题与混沌等
2019-12-26 03:07:41 550KB 数值分析实验报告 matlab实验报告
1
matlab上机实验报告 广工资料齐全
2019-12-25 11:32:03 670KB matlab 实验 实验报告 课后练习
1
郑君里 信号与系统 matlab 综合实验 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
2019-12-21 21:56:57 1.07MB 信号与系统 matlab 实验
1
多旅行商matlab实验源码实现了三种多旅行商问题 % MTSPOF_GA Fixed Open Multiple Traveling Salesmen Problem (M-TSP) Genetic Algorithm (GA) % Finds a (near) optimal solution to a variation of the "open" M-TSP by % setting up a GA to search for the shortest route (least distance needed % for each salesman to travel from the start location to unique % individual cities and finally to the end location) % % Summary: % 1. Each salesman starts at the first point, and ends at the last % point, but travels to a unique set of cities in between (none of % them close their loops by returning to their starting points) % 2. Except for the first and last, each city is visited by exactly one salesman % % Note: The Fixed Start is taken to be the first XY point and the Fixed End % is taken to be the last XY point % % Input: % XY (float) is an Nx2 matrix of city locations, where N is the number of cities % DMAT (float) is an NxN matrix of city-to-city distances or costs % SALESMEN (scalar integer) is the number of salesmen to visit the cities % MIN_TOUR (scalar integer) is the minimum tour length for any of the % salesmen, NOT including the start point or end point % POP_SIZE (scalar integer) is the size of the population (should be divisible by 8) % NUM_ITER (scalar integer) is the number of desired iterations for the algorithm to run % SHOW_PROG (scalar logical) shows the GA progress if true % SHOW_RES (scalar logical) shows the GA results if true % % Output: % OPT_RTE (integer array) is the best route found by the algorithm % OPT_BRK (integer array) is the list of route break points (these specify the indices % into the route used to obtain the individual salesman routes) % MIN_DIST (scalar float) is the total distance traveled by the salesmen % % Route/Breakpoint Details: % If there are 10 cities and 3 salesmen, a possible route/break % combination might be: rte = [5 6 9 4 2 8 3 7], brks = [3 7] %
1
通信网基础仿真实验 M/M/1排队系统 matlab语言
2019-12-21 21:32:34 927KB 通信网 M/M/1排队系统 matlab 实验报告
1
数字图像处理 matlab实验 北邮 大四 包含三次实验报告和源代码
2019-12-21 21:20:32 4.64MB 数字图像处理 matlab实验 北邮 大四
1
北京邮电大学信息与通信工程学院matlab实验
2019-12-21 21:18:46 284KB matlab
1
线性回归是利用数理统计中的回归分析,来确定两种或两种以上变量间相互依赖的定量关系的一种统计分析方法,运用十分广泛。分析按照自变量和因变量之间的关系类型,可分为线性回归分析和非线性回归分析
2019-12-21 20:56:51 8KB 线性回归 MATLAB 代码
1
本文档主要是与计算机仿真与matlab实验有关,包括了课程的所有实验内容和simulink相关模型
2019-12-21 20:55:03 369KB simulate
1
数字信号处理 matlab实验,讲义,实验指导书,里面包括:FIR滤波器的设计方法,还有IIR滤波器的设计方法。傅里叶变换,快速傅里叶变换
2019-12-21 20:46:02 2.45MB DSP
1