代码搜索:solves

找到约 1,488 项符合「solves」的源代码

代码结果 1,488
www.eeworm.com/read/253870/12179460

m dde45lin.m

function [T,X]=dde45lin(t0,tf,x0,initfun,delay,A0,AA,B,delayF,F,tol) %DDE45LIN Solves systems of differential equations with % delay of kind % % x`(t)=A0(t)*x(t)+summa(i=1,k,A_i(t)*y(-tau_i(t))
www.eeworm.com/read/147096/12584948

m minimax.m

function [x,OPTIONS]=minimax(FUN,x,OPTIONS,VLB,VUB,GRADFUN,P1,P2,P3,P4,P5,P6,P7,P8,P9,P10) %MINIMAX Finds a minimax solution of a function of several variables. % MINIMAX solves the following proble
www.eeworm.com/read/101557/15826888

m minimax.m

function [x,OPTIONS]=minimax(FUN,x,OPTIONS,VLB,VUB,GRADFUN,P1,P2,P3,P4,P5,P6,P7,P8,P9,P10) %MINIMAX Finds a minimax solution of a function of several variables. % MINIMAX solves the following proble
www.eeworm.com/read/424063/10501635

m attgoal.m

function [x, OPTIONS] = attgoal(FUN,x,GOAL,WEIGHT,OPTIONS,VLB,VUB,GRADFUN,P1,P2,P3,P4,P5,P6,P7,P8,P9,P10) %ATTGOAL Solves the multi-objective goal attainment optimization problem. % % X = ATTGOAL('
www.eeworm.com/read/147096/12584992

m attgoal.m

function [x, OPTIONS] = attgoal(FUN,x,GOAL,WEIGHT,OPTIONS,VLB,VUB,GRADFUN,P1,P2,P3,P4,P5,P6,P7,P8,P9,P10) %ATTGOAL Solves the multi-objective goal attainment optimization problem. % % X = ATTGOAL('
www.eeworm.com/read/101557/15826905

m attgoal.m

function [x, OPTIONS] = attgoal(FUN,x,GOAL,WEIGHT,OPTIONS,VLB,VUB,GRADFUN,P1,P2,P3,P4,P5,P6,P7,P8,P9,P10) %ATTGOAL Solves the multi-objective goal attainment optimization problem. % % X = ATTGOAL('
www.eeworm.com/read/362213/10012623

m recur.m

function y = recur(a,b,n,x,x0,y0); % % y = recur(a,b,n,x,x0,y0) % solves for y[n] from: % y[n] + a1*y[n-1] + a2*y[n-2]... + an*y[n-N] % = b0*x[n] + b1*x[n-1] + ... + bm*x[n-M] % % a, b, n,
www.eeworm.com/read/253870/12179476

m lv45.m

function [T,X]=lv45(t0,tf,x0,initfun,delay,eps1,gamma1,gamma2,F1,F2,tol) %LV45 Solves the Lotke-Volterra systems with delay of kind % % x1`(t)=[ eps1-gamma1*x2(t)-integral(-tau,0,F1(s)*y2(s