代码搜索:M
找到约 10,000 项符合「M」的源代码
代码结果 10,000
www.eeworm.com/read/251851/12314728
m and.m
function c = and(a,b)
% Find the intersection of two linear constraint objects. Remove all
% redundant constraints
%
% Syntax:
% "C = and(a,b)"
%
% "C = a & b"
%
% Description:
% "and(a,b)" re
www.eeworm.com/read/251851/12314804
m or.m
function U = or(v1,v2)
% Union of two vertices objects
%
% Syntax:
% "vtcs = or(v1,v2)"
%
% "vtcs = v1 | v2"
%
% Description:
% "or(v1,v2)" returns a vertices object containing all unique poin
www.eeworm.com/read/251851/12314809
m~ and.m~
function I = and(v1,v2)
% Find the intersection of two vertices objects
%
% Syntax:
% "V = and(a,b)"
%
% "V = a & b"
%
% Description:
% "and(a,b)" returns a vertices object constructed from a
www.eeworm.com/read/251851/12314841
m~ or.m~
function U = or(v1,v2)
% Union of two vertices objects
%
% Syntax:
% "vtcs = or(v1,v2)"
%
% "vtcs = v1 | v2"
%
% Description:
% "or(v1,v2)" returns a vertices object containing all unique poin
www.eeworm.com/read/251851/12314846
m and.m
function I = and(v1,v2)
% Find the intersection of two vertices objects
%
% Syntax:
% "V = and(a,b)"
%
% "V = a & b"
%
% Description:
% "and(a,b)" returns a vertices object constructed from a
www.eeworm.com/read/251851/12315063
m or.m
function a = or(a,b)
% Compute the union of two regions.
%
% Syntax:
% "s3 = or(s1,s2)" or "s3 = s1 | s2"
%
% Description:
% Given two regions "s1" and "s2", the function returns the region "s3"
www.eeworm.com/read/251851/12315115
m and.m
function a = and(a,b)
% Compute the intersection between two regions.
%
% Syntax:
% "s3 = and(s1,s2)" or "s3 = s1 & s2"
%
% Description:
% Given two regions "s1" and "s2", the function returns t
www.eeworm.com/read/251851/12315125
m not.m
function s = not(s)
% Compute complement of a region.
%
% Syntax:
% "s2 = not(s1)" or "s2 = ~s1"
%
% Description
% Given a region "s1", the function returns the region "s2" which is the
% set
www.eeworm.com/read/251837/12316823
m in.m
function info = in(a,b)
%IN (interval) tests whether a lies in b (a