代码搜索:M
找到约 10,000 项符合「M」的源代码
代码结果 10,000
www.eeworm.com/read/232887/14178588
m 建模.m
%主元分析后的数据集124*6——6×6
%建模数据
m_data=[0.17291 0.61562 -0.23182 0.72739 -0.085257 -0.031892;
-0.51861 -0.16758 -0.19343 0.11447 -0.80028 0.10954;
-0.21276 -0.65128 -0.070456 0.61803 0.36643 -0.096825;
www.eeworm.com/read/217557/14958527
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:
% "a
www.eeworm.com/read/217557/14958531
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 u
www.eeworm.com/read/217557/14958544
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 construct
www.eeworm.com/read/217557/14958658
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 regi
www.eeworm.com/read/217557/14958681
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 r