代码搜索:MATLAB
找到约 10,000 项符合「MATLAB」的源代码
代码结果 10,000
www.eeworm.com/read/205036/15328784
m ctranspose.m
function ctranspose(x)
%CTRANSPOSE is not defined for tensors.
%
% See also TENSOR/PERMUTE.
%
%MATLAB Tensor Toolbox.
%Copyright 2007, Sandia Corporation.
% This is the MATLAB Tensor Toolb
www.eeworm.com/read/205036/15328787
m transpose.m
function transpose(x)
%TRANSPOSE is not defined on tensors.
%
% See also TENSOR/PERMUTE.
%
%MATLAB Tensor Toolbox.
%Copyright 2007, Sandia Corporation.
% This is the MATLAB Tensor Toolbox
www.eeworm.com/read/205036/15328788
m times.m
function Z = times(X,Y)
%TIMES Array multiplication for tensors.
%
% TIMES(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/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