搜索资源列表
OptimizationTipsandTricks
- New users and old of optimization in MATLAB will find useful tips and tricks in this document, as well as examples one can use as templates for their own problems. Use this tool by editing the file optimtips.m, then execute blocks of code in cel
odedemo
- The equation is written as a system of two first order ODEs. These are evaluated for different values of the parameter Mu. For faster integration, we choose an appropriate solver based on the value of the parameter Mu.
psn_matlab
- Finite Volume Poisson PDE Solver
最小化l1范数的Matlab代码
- 最小化l1范数的Matlab代码。求解模型为: min lambda*|x|_1+||A*x-y||_2。其中,|x|_1表示x的1-范数,||*||_2表示2-范数。该模型在稀疏成分分析、压缩传感器等领域有广泛的用途。, l1-Regularized Least Squares Problem Solver l1_ls solves problems of the following form: minimize ||A*x-y||^2+ lambd
Greedy_Implicit-贪心算法_隐枚举法
- 贪心算法_隐枚举法(0 - 1 整数规划求解),matlab代码-Greedy algorithm _ implicit enumeration method ( 0- 1 integer programming solver ) ,matlab code
fastpoisson.zip
- 快速泊松方程求解--MATLAB Fast Poisson Solver in a Square,Fast Poisson equation- MATLABFast Poisson Solver in a Square
dongtaiguihua.rar
- 用动态规划求解最短路问题的MATLAB程序。需输入带权邻接矩阵,输出为最短路径和最短路长。,Dynamic Shortest Path Problem Solver of the MATLAB program. Required to enter the weighted adjacency matrix, the output for the shortest path and shortest path length.
ins
- 高精度惯性导航解算程序,实验轨迹生成,惯性导航解算等功能-Solver precision inertial navigation
AgrawalECCV06CodeMFiles
- 从2D梯度域进行表面重建 包含快速的泊松方程解法-A fast 2D Poisson Solver in Matlab using Neumann Boundary conditions , Implementation of Frankot-Chellappa Algorithm, Robust surface reconstruction using M-estimators, Anisotropic surface reconstruction
GPSwxwz
- 用matlab编写的GPS卫星位置解算程序,可用GPS数据来处理计算卫星位置-Prepared using GPS satellite position matlab solver can be used to process GPS calculated satellite position data
fps
- # fps.m -- Fast Poisson solver. Uses fpt.m.-# fps.m-- Fast Poisson solver. Uses fpt.m.
Data_fusion
- 为了获得更加准确的估计位置,对一种基于数据融合的定位解算算法进行了研究,在将模拟退火算法与经典的泰勒级数展开法和Chan氏算法进行性能比较的基础上,将模拟退火算法与上述两种经典的位置解算算法相结合,通过构造多算法协同定位模型,并基于该模型设计了融合定位算法,对传统定位解算算法进行改进,提出了一种基于数据融合的定位解算算法。仿真结果表明,融合算法的定位精度优于非融合算法且运算量较小-In order to obtain more accurate estimates of the location
ForcedPendulum
- This simulink model simulates the damped driven pendulum, showing it s chaotic motion. theta = angle of pendulum omega = (d/dt)theta = angular velocity Gamma(t) = gcos(phi) = Force omega_d = (d/dt) phi Gamma(t) = (d/dt)omega + omega/Q
solving_nonlinear_equations_with_newton_method
- Kelly的Solving Nonlinear Equations with Newton’s Method-This small book on Newton’s method is a user-oriented guide to algorithms and implementation. Its purpose is to show, via algorithms in pseudo-code, in MATLAB, and with several examples, how
1D-Eurler-Solver-Clean-SOD
- Attempted 1D Euler Solver. Local Lax Friedrich scheme with MINMOD/SUPERBEE/MC flux limiter scheme. I m able to successfully apply the flux limiter, but for some reason, I still get some bizarre oscillations that do not amplify but causes unphysical r
band-solver
- matlab code for 1 d band solver of photonic crystal fiber
SINS-matlab-solver-
- 压缩文件包含两部分,一部分为捷联惯导的基本内容,是.ppt,一共五章。还有一部分为捷联惯导的解算程序,共九个,是.m文件。用的时候需要将数据的txt文档放在文件夹内,运行test.m即可。-The compressed file contains two parts, one for the sins of the basic ppt, a total of five chapters. SINS solver, a total of nine, is the m files. Used whe
solver
- 解集机制之solver 详情见源代码。辛苦写的-The mechanism of the solver solution set details, see the source code. Hard to write
Riemann-solver
- 2D Advection Equation Riemann solver
Linear-Mixed-Integer-Program-Solver
- Linear Mixed Integer Program Solver
