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

搜索资源列表

  1. matlab-best-plan

    0下载:
  2. Using MATLAB to solve production planning The course of the optimization problem This article describes the A MATLAB software for solving linear programming problems, very convenient and practical, can reduce the programming complexity.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:235930
    • 提供者:ysy
  1. the-secret-of-MATLAB

    0下载:
  2. 用简单易行的风格,一开始介绍了MATLAB 基础,你将学习到如何绘制图象,求解代数方程及计算积分,也将学习到如何求解微分方程,求ODE 的数值解,使用特殊函数工作。 本书含有几百个例子及其详细解说过程,章末带有习题,书末还带最终测试题目,一句话,本书给予你的是MATLAB 精华.-Simple style , a start MATLAB basis , You will learn how to draw images, solving algebraic equations and
  3. 所属分类:matlab

    • 发布日期:2017-05-23
    • 文件大小:7384605
    • 提供者:wangnan
  1. nonlinear-solve

    0下载:
  2. matlab 求解非线性方程组的相关命令流,书籍为:MATLAB语言常用算法程序集龚纯, 王正林编著\第10章-matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:12099
    • 提供者:谢福平
  1. Matlab-classical-algorithm

    0下载:
  2. 数学建模或者去解决实际问题的其他的用处的一些用matlab工具使用的经典的算法-Mathematical modeling to solve practical problems of other useful some of the classic algorithm using matlab tools
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:946607
    • 提供者:杨龙飞
  1. matlab--xianxingdaishu

    0下载:
  2. matlab解决生产调度实际问题(依靠遗传算法) 通过调试-Matlab solve production scheduling problems through the test
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:14096
    • 提供者:梅良
  1. matlab1

    0下载:
  2. 薛定宇《高等应用数学问题的MATLAB求解》,也是matlab对于高等应用数学的应用,适合进阶学习-Xue Dingyu Higher Applied Mathematics MATLAB to solve, matlab for Higher Applied Mathematics for Advanced Learning
  3. 所属分类:matlab

    • 发布日期:2017-12-02
    • 文件大小:49226752
    • 提供者:侯雯中
  1. matlab-and-maple

    0下载:
  2. 用Maple和MATLAB解决科学计算问题,对于这两大数学工程软件的联合使用与学习有很大帮助-Scientific Computing with Maple and MATLAB to solve problems of great help for the joint use of these two mathematical engineering software and learning
  3. 所属分类:matlab

    • 发布日期:2017-05-27
    • 文件大小:10269840
    • 提供者:侯雯中
  1. Matlab

    0下载:
  2. 关于Matlab仿真的一些基本资料,帮助大家解决Simulink搭建模型的错误-Matlab simulation of some basic information to help you solve Simulink to build the model error
  3. 所属分类:matlab

    • 发布日期:2017-05-14
    • 文件大小:3571487
    • 提供者:乔治
  1. shangrenduhe-matlab

    0下载:
  2. 此文件是用matlab解决商人渡河问题的-Solve the problem of merchants across the river
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:141346
    • 提供者:马慧
  1. MATLAB

    0下载:
  2. 以上为matlab在控制系统仿真中一些例子程序,对学习控制系统仿真的朋友有一些帮助-About mathematical modeling risk overdraw problem program, mainly to solve the risk of the investment in the optimal strategy is more than the main Linux multi-threading with processes the correlative analysi
  3. 所属分类:matlab

    • 发布日期:2017-05-06
    • 文件大小:1424708
    • 提供者:许松
  1. MATLAB--

    0下载:
  2. 用MATLAB解决_专业测量中的条件平差和间接平差的ppt,写得很详细,专业人士会有用的。-Using MATLAB to solve _ condition adjustment and indirect adjustment ppt, very detailed, and professionals will be useful.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:261289
    • 提供者:李飞
  1. TSP-GA-MATLAB

    0下载:
  2. 用遗传算法解决TSP问题,matlab源程序-Genetic algorithm to solve TSP, Matlab source code
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:17611
    • 提供者:赵晶晶
  1. solve

    0下载:
  2. matlab用来解一般线性或者非线性方程的方法及应用公式。-matlab used to solve a general linear or nonlinear equations and application of formulas.
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:84920
    • 提供者:sunny
  1. solve-equation

    0下载:
  2. matlab用来解一般线性或者非线性方程的方法及标准应用公式。-matlab used to solve a general linear or nonlinear equations and application of formulas.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:85055
    • 提供者:sunny
  1. renoyld-equation--solve

    1下载:
  2. 利用matlab开发一套求解雷诺方程的办法,利用有限差分法。-Using matlab to develop a solution to the Reynolds equation approach, using the finite difference method.
  3. 所属分类:matlab例程

    • 发布日期:2013-08-07
    • 文件大小:773
    • 提供者:zhangyunshan
  1. How-Use-ODE45-to-solve-Boundary-Value-ODE

    0下载:
  2. In MATLAB, usually we use function bvp4c() to solve boundary value problem (BVP) of ODE. However, we also can use function ode45() to solve BVP of ODE too. However, ode45() needs all initial values at one point. Therefore we have to construct an auxi
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:83380
    • 提供者:delin
  1. Matlab-Sudoku

    0下载:
  2. sudoku game to solve
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:92817
    • 提供者:marcoo
  1. MATLAB

    0下载:
  2. 利用神经网络解决人口模型 附加MATLAB程序-Additional MATLAB program using neural networks to solve population model
  3. 所属分类:matlab

    • 发布日期:2017-11-13
    • 文件大小:139362
    • 提供者:唐沈
  1. matlab-yichuansuanfa

    0下载:
  2. 一个matlab遗传算法的实例,教你怎样用matlab语言来解决遗传算法的编程问题-A matlab genetic algorithm instance, teach you how to use the genetic algorithm to solve programming problems matlab language
  3. 所属分类:matlab

    • 发布日期:2017-11-18
    • 文件大小:16802
    • 提供者:李雷
  1. matlab

    0下载:
  2. 运用ode45求解微分方程,并用matlab做出其图形-Use ode45 to solve differential equations, and make its graphics with matlab
  3. 所属分类:matlab

    • 发布日期:2017-11-24
    • 文件大小:5324
    • 提供者:dengdeng
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 50 »
搜珍网 www.dssz.com