资源列表
[matlab例程] caojie-relationship
说明:做二元散点图,并用二次函数拟合,给出二次函数的系数-Do two yuan scatter plots, and a quadratic function fitting, given the coefficients of the quadratic function<潘耘昊> 在 2025-07-14 上传 | 大小:1kb | 下载:0
[matlab例程] GA-matlab-code
说明:遗传算法的Matlab源代码,能直接运行,适合初学者,很容易上手。-Genetic algorithm Matlab source code, can be directly run, suitable for beginners, very easy to use.<liming> 在 2025-07-14 上传 | 大小:19kb | 下载:0
[matlab例程] Matlab-Mie
说明:The purpose of this program is to calculate the refractive index of a certain material. And you should import some basic optical parameters firstly.<ZhouLing> 在 2025-07-14 上传 | 大小:37kb | 下载:0
[matlab例程] Engineering-Mathematics-Examination
说明:This problem is main to solve a PDE. And we have validate hte program with the analysis results.<ZhouLing> 在 2025-07-14 上传 | 大小:51kb | 下载:0
[matlab例程] DPL-examination
说明:These programs are used to calcualted a Duel phase lag model with different methods.<ZhouLing> 在 2025-07-14 上传 | 大小:2kb | 下载:0
[matlab例程] periodic_pipe
说明:This programm is main to deal with a periodic flow in the pipe which is part of it<ZhouLing> 在 2025-07-14 上传 | 大小:2kb | 下载:0
[matlab例程] Heat-Conductoin-2-D
说明:This programm is to calculate a two dimentional conduction problem.<ZhouLing> 在 2025-07-14 上传 | 大小:7kb | 下载:0
[matlab例程] shock-tube
说明:This programm is to calculate the flow condition of Shock pipe.<ZhouLing> 在 2025-07-14 上传 | 大小:729kb | 下载:0
[matlab例程] JM97Bcount
说明:97年中国大学生数学建模竞赛B题(枚举法) -1997 China Undergraduate Mathematical Contest in Modeling B (enumeration)<mengxi> 在 2025-07-14 上传 | 大小:1kb | 下载:0
[matlab例程] DYNPROG
说明:自由始端和终端的动态规划,求指标函数最小值的逆序算法递归 计算程序。x是状态变量,一列代表一个阶段状态;M-函数 DecisFun(k,x)由阶段k的状态变量x求出相应的允许决策变量 M-函数ObjFun(k,x,u)是阶段指标函数,M-函数TransFun(k,x,u) 是状态转移函数,其中x是阶段k的某状态变量,u是相应的决策变量; 输出p_opt由4列构成,p_opt=[序号组 最优策略组 最优轨线组 指标函数值组];fval是一个列向量,各元素分别表示p_opt各 最优策略组对应始端状态<mengxi> 在 2025-07-14 上传 | 大小:2kb | 下载:0
[matlab例程] L01p_e
说明:[x,f]= L01p_e(c,A,b,N)用枚举法求解下列 0-1线性规划问题min f=c *x, s.t. A*x<=b,x的分量全为整数0或1, 其中N表示约束条件 Ax ≤ b中的前N个是等式,N= 0时可以省略。 返回结果x是最优解,f是最优解处的函数值。 -[X, f] = L01p_e (c, A, b, N) with the following enumeration method for solving linear programming problems 0<mengxi> 在 2025-07-14 上传 | 大小:1kb | 下载:0