代码搜索:solves
找到约 1,488 项符合「solves」的源代码
代码结果 1,488
www.eeworm.com/read/393211/8304116
m rwg4.m
%RWG4 Solves MoM equations for the scattering problem
% Uses the mesh file from RWG2, mesh2.mat, and
% the impedance file from RWG3, impedance.mat,
% as inputs.
%
% Also calculates the
www.eeworm.com/read/393211/8304272
m rwg4.m
%RWG4 Solves MoM equations for the scattering problem
% Uses the mesh file from RWG2, mesh2.mat, and
% the impedance file from RWG3, impedance.mat,
% as inputs.
%
% Also calculates the
www.eeworm.com/read/393211/8304285
asv rwg4.asv
%RWG4 Solves MoM equations for the scattering problem
% Uses the mesh file from RWG2, mesh2.mat, and
% the impedance file from RWG3, impedance.mat,
% as inputs.
%
% Also calculates the
www.eeworm.com/read/393211/8304422
m rwg4.m
%RWG4 Solves MoM equations for the scattering problem
% Uses the mesh file from RWG2, mesh2.mat, and
% the impedance file from RWG3, impedance.mat,
% as inputs.
%
% Also calculates the
www.eeworm.com/read/393211/8304600
m rwg4.m
%RWG4 Solves MoM equations for the antenna radiation problem -
% antenna arrays
%
% Uses the mesh file from RWG2, mesh2.mat, and
% the impedance file from RWG3, impedance.mat,
% as inputs
www.eeworm.com/read/393211/8304650
m rwg4.m
function [PowerSum]=rwg4(phase);
%RWG4 Solves MoM equations for the antenna radiation problem -
% antenna arrays
%
% Uses the mesh file from RWG2, mesh2.mat, and
% the impedance file from R
www.eeworm.com/read/265706/11256082
m lpsetup.m
function [x, duals, idx_workc, idx_bindc] = LPsetup(a, f, b, nequs, vlb, vub, idx_workc, mpopt)
% LPSOLVER solves a LP problem using a callable LP routine
% The LP problem is defined as follows:
%
% m
www.eeworm.com/read/334923/12562262
m lpsetup.m
function [x, duals, idx_workc, idx_bindc] = LPsetup(a, f, b, nequs, vlb, vub, idx_workc, mpopt)
% LPSETUP solves a LP problem using a callable LP routine
% The LP problem is defined as follows:
%
% mi
www.eeworm.com/read/147096/12584620
m qp.m
function [X,lambda,how]=qp(H,f,A,B,vlb,vub,X,neqcstr,verbosity,negdef,normalize)
%QP Quadratic programming.
% X=QP(H,f,A,b) solves the quadratic programming problem:
%
% min 0.5*x'Hx +
www.eeworm.com/read/147096/12584995
m qp.m
function [X,lambda,how]=qp(H,f,A,B,vlb,vub,X,neqcstr,verbosity,negdef,normalize)
%QP Quadratic programming.
% X=QP(H,f,A,b) solves the quadratic programming problem:
%
% min 0.5*x'Hx +