代码搜索:solves

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

代码结果 1,488
www.eeworm.com/read/271244/11002083

m dufng.m

function z = dufng(t,x) % The function DUFNG solves the Duffing equation: % dX/dT=Y; dY/dT=X*(1-X^3)+r*cos(w*T)-b*Y. % % Following coefficients are used in equation: b=0, r=0.1 and w=2*pi/25.
www.eeworm.com/read/199802/7822071

m pr_loqo2.m

function [x,y] = pr_loqo2(c, H, A, b, l, u) %[X,Y] = PR_LOQO2(c, H, A, b, l, u) % %loqo solves the quadratic programming problem % %minimize c' * x + 1/2 x' * H * x %subject to A*x = b % l
www.eeworm.com/read/197649/7983067

m dufng.m

function z = dufng(t,x) % The function DUFNG solves the Duffing equation: % dX/dT=Y; dY/dT=X*(1-X^3)+r*cos(w*T)-b*Y. % % Following coefficients are used in equation: b=0, r=0.1 and w=2*pi/25.
www.eeworm.com/read/397799/8021340

m sspropv.m

function [u1x,u1y] = sspropv(u0x,u0y,dt,dz,nz,alphaa,alphab,betapa,betapb,gamma,psp,method,maxiter,tol); % This function solves the coupled-mode nonlinear Schrodinger equations for % pulse propagatio
www.eeworm.com/read/142092/12963262

m dufng.m

function z = dufng(t,x) % The function DUFNG solves the Duffing equation: % dX/dT=Y; dY/dT=X*(1-X^3)+r*cos(w*T)-b*Y. % % Following coefficients are used in equation: b=0, r=0.1 and w=2*pi/25.
www.eeworm.com/read/312163/13617636

m qpssvm.m

function [x,fval,stat] = qpssvm(H,f,b,I,x0,options) % QPSSVM Solves QP task required for StructSVM learning. % % Synopsis: % [x,fval,stat] = qpssvm(H,f,b,I) % [x,fval,stat] = qpssvm(H,f,b,I,x0) % [
www.eeworm.com/read/337922/12333225

m pr_loqo2.m

function [x,y] = pr_loqo2(c, H, A, b, l, u) %[X,Y] = PR_LOQO2(c, H, A, b, l, u) % %loqo solves the quadratic programming problem % %minimize c' * x + 1/2 x' * H * x %subject to A*x = b % l
www.eeworm.com/read/222890/14668971

m schrtrack1d.m

function [E,psi]=schrtrack1D(pot,x,y,mass,ev,evec) %SCHRTRACK1D refine eigenvalues in 1D % %[E,psi]=schrtrack1D(pot,x,y,mass,nr,ev,evec) % %Solves Schroedingers Equation and computes wavefuncti
www.eeworm.com/read/222890/14668984

m schrsolv2d.m

function [E,psi]=schrsolv2D(pot,x,y,massx,massy,nr) %SCHRSOLV2D solve Schroedinger equation in 2D % %[E,psi]=schrsolv2D(pot,x,y,massx,massy,nr) % %Solves Schroedingers Equation and computes wav
www.eeworm.com/read/312163/13617638

m~ qpssvm.m~

function [x,fval,stat] = qpssvm(H,f,b,I,x0,options) % QPSSVM Solves QP task required by StructSVM learning. % % Synopsis: % [x,fval,stat] = qpssvm(H,f,b,I) % [x,fval,stat] = qpssvm(H,f,b,I,x0) % [x