CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 matlab例程 搜索资源 - solver

搜索资源列表

  1. OptimizationTipsandTricks

    0下载:
  2. 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
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:89.41kb
    • 提供者:阳关
  1. odedemo

    0下载:
  2. 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.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1.84kb
    • 提供者:楚燕
  1. psn_matlab

    0下载:
  2. Finite Volume Poisson PDE Solver
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:161.73kb
    • 提供者:邵业
  1. 最小化l1范数的Matlab代码

    6下载:
  2. 最小化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
  3. 所属分类:matlab例程

    • 发布日期:2016-04-19
    • 文件大小:2.98kb
    • 提供者:云上
  1. Greedy_Implicit-贪心算法_隐枚举法

    0下载:
  2. 贪心算法_隐枚举法(0 - 1 整数规划求解),matlab代码-Greedy algorithm _ implicit enumeration method ( 0- 1 integer programming solver ) ,matlab code
  3. 所属分类:matlab例程

    • 发布日期:2017-03-27
    • 文件大小:866byte
    • 提供者:johnhanan
  1. fastpoisson.zip

    2下载:
  2. 快速泊松方程求解--MATLAB Fast Poisson Solver in a Square,Fast Poisson equation- MATLABFast Poisson Solver in a Square
  3. 所属分类:matlab

    • 发布日期:2015-08-09
    • 文件大小:7.56kb
    • 提供者:weiweishu
  1. dongtaiguihua.rar

    0下载:
  2. 用动态规划求解最短路问题的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.
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:1005byte
    • 提供者:qiyifei
  1. ins

    2下载:
  2. 高精度惯性导航解算程序,实验轨迹生成,惯性导航解算等功能-Solver precision inertial navigation
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:232.81kb
    • 提供者:lele
  1. AgrawalECCV06CodeMFiles

    1下载:
  2. 从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
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:17.47kb
    • 提供者:wang si
  1. GPSwxwz

    1下载:
  2. 用matlab编写的GPS卫星位置解算程序,可用GPS数据来处理计算卫星位置-Prepared using GPS satellite position matlab solver can be used to process GPS calculated satellite position data
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:971byte
    • 提供者:alphaday
  1. fps

    0下载:
  2. # fps.m -- Fast Poisson solver. Uses fpt.m.-# fps.m-- Fast Poisson solver. Uses fpt.m.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1.4kb
    • 提供者:mouli
  1. Data_fusion

    1下载:
  2. 为了获得更加准确的估计位置,对一种基于数据融合的定位解算算法进行了研究,在将模拟退火算法与经典的泰勒级数展开法和Chan氏算法进行性能比较的基础上,将模拟退火算法与上述两种经典的位置解算算法相结合,通过构造多算法协同定位模型,并基于该模型设计了融合定位算法,对传统定位解算算法进行改进,提出了一种基于数据融合的定位解算算法。仿真结果表明,融合算法的定位精度优于非融合算法且运算量较小-In order to obtain more accurate estimates of the location
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:280.81kb
    • 提供者:hufei
  1. ForcedPendulum

    0下载:
  2. 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
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:8.35kb
    • 提供者:Mike Gao
  1. solving_nonlinear_equations_with_newton_method

    1下载:
  2. 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
  3. 所属分类:matlab

    • 发布日期:2017-05-17
    • 文件大小:4.17mb
    • 提供者:wangzijian
  1. 1D-Eurler-Solver-Clean-SOD

    0下载:
  2. 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
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:8.31kb
    • 提供者:idaho kitty
  1. band-solver

    0下载:
  2. matlab code for 1 d band solver of photonic crystal fiber
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:2kb
    • 提供者:gyanranjan
  1. SINS-matlab-solver-

    1下载:
  2. 压缩文件包含两部分,一部分为捷联惯导的基本内容,是.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
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:4.39kb
    • 提供者:xiaoxiao
  1. solver

    0下载:
  2. 解集机制之solver 详情见源代码。辛苦写的-The mechanism of the solver solution set details, see the source code. Hard to write
  3. 所属分类:matlab

    • 发布日期:2017-11-27
    • 文件大小:668byte
    • 提供者:秦川牛
  1. Riemann-solver

    1下载:
  2. 2D Advection Equation Riemann solver
  3. 所属分类:matlab

    • 发布日期:2017-11-11
    • 文件大小:730byte
    • 提供者:kok
  1. Linear-Mixed-Integer-Program-Solver

    0下载:
  2. Linear Mixed Integer Program Solver
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:7.88kb
    • 提供者:amir
« 12 3 4 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com