代码搜索:MatLab
找到约 10,000 项符合「MatLab」的源代码
代码结果 10,000
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
www.eeworm.com/read/205036/15328822
m rdivide.m
function Z = rdivide(X,Y)
%RDIVIDE Right array divide for tensors.
%
% RDIVIDE(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 sc
www.eeworm.com/read/205036/15328823
m uminus.m
function t = uminus(t)
%UMINUS Unary minus (-) for tensors.
%
% See also TENSOR.
%
%MATLAB Tensor Toolbox.
%Copyright 2007, Sandia Corporation.
% This is the MATLAB Tensor Toolbox by Brett Bader a
www.eeworm.com/read/205036/15328827
m double.m
function A = double(X)
%DOUBLE Convert tensor to double array.
%
% A = double(X) converts X to a standard multidimensional array.
%
% See also TENSOR.
%
%MATLAB Tensor Toolbox.
%Copyright 2007, Sa
www.eeworm.com/read/205036/15328829
m eq.m
function Z = eq(X,Y)
%EQ Equal (==) for tensors.
%
% See also TENSOR.
%
%MATLAB Tensor Toolbox.
%Copyright 2007, Sandia Corporation.
% This is the MATLAB Tensor Toolbox by Brett Bader and Tamara K