代码搜索:MATLAB LMD
找到约 10,000 项符合「MATLAB LMD」的源代码
代码结果 10,000
www.eeworm.com/read/205036/15328793
m minus.m
function Z = minus(X,Y)
%MINUS Binary subtraction (-) for tensors.
%
% MINUS(A,B) is called for the syntax 'A - B' when A or B is a tensor. A
% and B must have the same size, unless one is a scala
www.eeworm.com/read/205036/15328794
m xor.m
function Z = xor(X,Y)
%XOR Logical EXCLUSIVE OR for tensors.
%
% See also TENSOR.
%
%MATLAB Tensor Toolbox.
%Copyright 2007, Sandia Corporation.
% This is the MATLAB Tensor Toolbox by Brett Bader
www.eeworm.com/read/205036/15328797
m display.m
function display(t)
%DISPLAY Command window display of a tensor.
%
% DISPLAY(X) displays a tensor with its name.
%
% See also TENSOR, TENSOR/DISP.
%
%MATLAB Tensor Toolbox.
%Copyright 2007, Sandia
www.eeworm.com/read/205036/15328800
m gt.m
function Z = gt(X,Y)
%GT Greater than (>) for tensors.
%
% See also TENSOR.
%
%MATLAB Tensor Toolbox.
%Copyright 2007, Sandia Corporation.
% This is the MATLAB Tensor Toolbox by Brett Bader and Ta
www.eeworm.com/read/205036/15328801
m ldivide.m
function Z = ldivide(X,Y)
%LDIVIDE Left array divide for tensor.
%
% LDIVIDE(A,B) is called for the syntax 'A .\ B' when A or B is a tensor.
% A and B must have the same size, unless one is a scal
www.eeworm.com/read/205036/15328813
m uplus.m
function t = uplus(t)
%UPLUS Unary plus (+) for tensors.
%
% See also TENSOR.
%
%MATLAB Tensor Toolbox.
%Copyright 2007, Sandia Corporation.
% This is the MATLAB Tensor Toolbox by Brett Bader and
www.eeworm.com/read/205036/15328815
m power.m
function Z = power(X,Y)
%POWER Elementwise power (.^) operator for a tensor.
%
% See also TENSOR.
%
%MATLAB Tensor Toolbox.
%Copyright 2007, Sandia Corporation.
% This is the MATLAB Tensor Toolbo
www.eeworm.com/read/205036/15328818
m nnz.m
function n = nnz(x)
%NNZ Number of nonzeros for tensors.
%
% See also TENSOR, SPTENSOR/NNZ.
%
%MATLAB Tensor Toolbox.
%Copyright 2007, Sandia Corporation.
% This is the MATLAB Tensor Tool
www.eeworm.com/read/205036/15328819
m ge.m
function Z = ge(X,Y)
%GE Greater than or equal (>=) for tensors.
%
% See also TENSOR.
%
%MATLAB Tensor Toolbox.
%Copyright 2007, Sandia Corporation.
% This is the MATLAB Tensor Toolbox by Brett Ba
www.eeworm.com/read/205036/15328820
m ne.m
function Z = ne(X,Y)
%NE Not equal (~=) for tensors.
%
% See also TENSOR.
%
%MATLAB Tensor Toolbox.
%Copyright 2007, Sandia Corporation.
% This is the MATLAB Tensor Toolbox by Brett Bader and Tama