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

搜索资源列表

  1. gafmax

    0下载:
  2. % [BestPop,Trace]=fmaxga(FUN,LB,UB,eranum,popsize,pcross,pmutation) % Finds a maximum of a function of several variables. % fmaxga solves problems of the form: % max F(X) subject to: LB <= X <= UB % BestPop--------最优的群体即为最优的染色体群 %
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2.96kb
    • 提供者:mmcc
  1. checkbounds

    0下载:
  2. %CHECKBOUNDS Move the initial point within the (valid) bounds. % [X,LB,UB,X,FLAG] = CHECKBOUNDS(X0,LB,UB,nvars) % checks that the upper and lower % bounds are valid (LB <= UB) and the same length as X (pad with -inf/inf % if necessary) wa
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1.19kb
    • 提供者:张风
  1. rayleighbenard

    2下载:
  2. 雷利对流,用格子波尔兹曼方法以Z.Guo程序为基准,得出的近似值用于估计浮动过程,希望有人能够用得到。- Rayleigh Benard Convection, using a LB method,based on [Z.Guo, ]. Boussinesq approximation is used for the buoyancy term.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:2.47kb
    • 提供者:穆俏
  1. dlimintc

    0下载:
  2. /* File : dlimintc.c * Abstract: * * Example MEX-file for a discrete-time limited integrator. * * Syntax: [sys, x0] = dlimintc(t,x,u,flag,lb,ub,x0,ts) * * For more details about S-functions, see simulink/src/sfuntmpl_doc.c -/*
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:2.28kb
    • 提供者:fair
  1. LB

    0下载:
  2. 产生一个连续信号,然后对其采样并进行频谱分析,再通过三种滤波器进行滤波处理。-Generates a continuous signal, then the spectrum of its sampling and analysis, and then filtered through three filters.
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1.01kb
    • 提供者:JESON
  1. shanChen

    4下载:
  2. 多相流动lbm计算,实现shanchen模型-Multi-component fluid, using a LB method, based on the Shan-Chen model
  3. 所属分类:matlab例程

    • 发布日期:2013-05-07
    • 文件大小:1.83kb
    • 提供者:李飞
  1. ImageClassify

    0下载:
  2. function [BESTX,BESTY,ALLX,ALLY]=ImageClassify(K,N,Pm,LB,UB,D,c,m)
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:861byte
    • 提供者:刘海伟
  1. lb

    1下载:
  2. 改进型的形态滤波器(广义形态滤波),的源代码,仅供参考-Improved morphological filter (generalized morphological filter), source code, for reference only
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1.52kb
    • 提供者:周军
  1. MIP

    1下载:
  2. 运用分枝定界法求解混合整数规划程序 各输入参数的含义: min f*x A*x<=b Aeq*x=beq iter_num_max:迭代次数的上限 lb:各变量的下限 ub:各变量的上限 x0:初值 ID:0、1变量,ID(k)=1,表示第k个变量为整数变量,ID(k)=0,表示第k个变量为非整数变量 ftemp_up:初始上界,无法找到初始上界,默认为无穷大 IP:初始可行解,无法找到初始可行解,默认为空 各输出参
  3. 所属分类:matlab

    • 发布日期:2017-11-01
    • 文件大小:1.84kb
    • 提供者:程序菜鸟
  1. mex

    0下载:
  2. Mexican hat小波 该函数返回有效支撑,N点均匀分布网络上的Mexican hat小波。输出变量是网络X上计算得到的小波函数PSI-lb=-5 ub=5 n=1000 [psi,x]=mexihat(lb,ub,n) plot(x,psi) title( Mexican hat 小波 )
  3. 所属分类:matlab

    • 发布日期:2017-11-08
    • 文件大小:3.45kb
    • 提供者:zhengxia
  1. bisection

    0下载:
  2. [x,fVal,ExitFlag] = BISECTION(f,LB,UB,target,options) finds x +/- TolX (LB < x < UB) such that f(x) = target +/- TolFun. Any or all of f(scalar), f(array), LB, UB, target, TolX, or TolFun may be scalar or n-dim arrays. All non-scalar array
  3. 所属分类:matlab

    • 发布日期:
    • 文件大小:3.52kb
    • 提供者:LStemp
  1. caviy-matlab-lb-method

    0下载:
  2. 2D cavity flow, simulated by a LB method
  3. 所属分类:matlab

    • 发布日期:2017-11-28
    • 文件大小:1.78kb
    • 提供者:solitpapa
  1. Channel-flow-past-a-cylinderical

    0下载:
  2. Channel flow past a cylinderical obstacle, using a LB method
  3. 所属分类:matlab

    • 发布日期:2017-12-04
    • 文件大小:2.23kb
    • 提供者:solitpapa
  1. Multi-component-fluid--using-a-LB-method

    0下载:
  2. Multi-component fluid, using a LB method, based on the Shan-Chen model
  3. 所属分类:matlab

    • 发布日期:2017-11-26
    • 文件大小:1.93kb
    • 提供者:solitpapa
  1. Rayleigh-Benard-Convection--using-a-LB-method

    1下载:
  2. Rayleigh Benard Convection, using a LB method
  3. 所属分类:matlab

    • 发布日期:2017-11-07
    • 文件大小:2.58kb
    • 提供者:solitpapa
  1. psoToolbox

    0下载:
  2. Help psoToolbox V1.0 psoToolbox provides an interective GUI based Toolbox to solve optimization problems using particle swarm optimization. Creat a fitness function in M-file. Inputs: Function : Function handle of fitness function.
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:97.43kb
    • 提供者:kiumars
  1. New-Text-Document-(8)

    0下载:
  2. code of fortran for lb method
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:739byte
    • 提供者:mehran kiani
  1. 2-_-Basic-Lattice-Boltzmann-(LB)

    0下载:
  2. Simple, yet simplistic, Lattice Boltzmann (LB) MATLAB implementation. D2H9, BGK, omega = 1, laminar flow in a 2D channel used as benchmark. Requires Image Processing Toolbox. The code is not optimized for memory nor for speed, i.e. not efficient
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:7.17kb
    • 提供者:SeolHa
  1. 1-_-Lattice-boltzmann-2D-for-porous-system

    0下载:
  2. The present matlab code derives from the basic Lattice Boltzmann code named LB BGK D2Q9 and submitted on 2005-02-10 (see Matlab Central) MATLAB release MATLAB 7.1.0 (R14SP3)
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6.9kb
    • 提供者:SeolHa
  1. coherent-modulation-techniques

    0下载:
  2. Theortical BER for uncoded AWGN channels for all cases, the function assumes the use of a Gray-coded signal constellation. QAM order M must be at least 4. When k=log2(M) is odd, a rectangular constellation of size M=I×J is used. berlb_CPFSK: returns
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:993byte
    • 提供者:Hussein
« 12 »
搜珍网 www.dssz.com