代码搜索:M

找到约 10,000 项符合「M」的源代码

代码结果 10,000
www.eeworm.com/read/473070/6854770

m a.m

function a=a(x,h,l,m) %h(1:n):intial values of a %x(1:n): the nodes n=l-m+2; a=mfunc1(x(1:n),h(1:n));
www.eeworm.com/read/395537/8168583

m it.m

function []=it(x) n=10; l=1; x=obj(n); gk=grd(n,x,l); x gk
www.eeworm.com/read/395537/8168629

m it.m

function []=it(x) n=10; l=1; x=obj(n); gk=grd(n,x,l); x gk
www.eeworm.com/read/395532/8169001

m it.m

function []=it(x) n=10; l=1; x=obj(n); gk=grd(n,x,l); x gk
www.eeworm.com/read/193277/8242142

m is.m

function YESNO = is(F,property) %IS Check property of constraint. % d = IS(x,property) returns 1 if 'property' holds % % Properties possible to test are: 'elementwise', 'sdp', % 'socc',
www.eeworm.com/read/193277/8242211

m and.m

function sys = and(X,Y) %AND Overloaded % % See also LMI % Author Johan L鰂berg % $Id: and.m,v 1.3 2005/02/04 10:10:26 johanl Exp $ % TODO : Check if binaries etc if isa(X,'sdpvar')
www.eeworm.com/read/193277/8242360

m or.m

function varargout = or(varargin) %OR (overloaded) % % z = or(x,y) % z = x | y % % The OR operator is implemented using the concept of nonlinear operators % in YALMIP. X|Y defines a ne
www.eeworm.com/read/193277/8242449

m is.m

function YESNO = is(X,property,additional) %IS Check property of variable. % d = IS(x,property) returns 1 if 'property' holds % % Properties possible to test are: 'real', 'symmetric', 'hermiti
www.eeworm.com/read/193277/8242635

m and.m

function varargout = and(varargin) %ANd (overloaded) % % z = and(x,y) % z = x & y % % The AND operator is implemented using the concept of nonlinear operators % in YALMIP. X|Y defines
www.eeworm.com/read/193277/8242658

m not.m

function varargout = not(varargin) %NOT (overloaded) % % y = not(x) % y = ~x % % Short for y = 1-x. % % It is assumed that x is a binary variable (either explicitely declar