代码搜索:TOOLBox

找到约 9,571 项符合「TOOLBox」的源代码

代码结果 9,571
www.eeworm.com/read/205036/15328790

m or.m

function Z = or(X,Y) %OR Logical OR (|) for tensors. % % See also TENSOR. % %MATLAB Tensor Toolbox. %Copyright 2007, Sandia Corporation. % This is the MATLAB Tensor Toolbox by Brett Bader and Tama
www.eeworm.com/read/205036/15328792

m full.m

function X = full(X) %FULL Convert to a (dense) tensor. % % FULL(X) returns X, i.e., does nothing. % % See also SPTENSOR/FULL, KTENSOR/FULL, TTENSOR/FULL. % %MATLAB Tensor Toolbox. %Copyright 2007
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/15328805

m isequal.m

function z = isequal(x,y) %ISEQUAL for tensors. % % ISEQUAL(A,B) compares the tensors A and B for equality. % % See also TENSOR. % %MATLAB Tensor Toolbox. %Copyright 2007, Sandia Corporation. %
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