代码搜索:MATLAB LMD
找到约 10,000 项符合「MATLAB LMD」的源代码
代码结果 10,000
www.eeworm.com/read/205036/15328967
m display.m
function display(t)
%DISPLAY Command window display of a ttensor.
%
% See also TTENSOR.
%
%MATLAB Tensor Toolbox.
%Copyright 2007, Sandia Corporation.
% This is the MATLAB Tensor Toolbox by Brett
www.eeworm.com/read/205036/15328975
m uplus.m
function t = uplus(t)
%UPLUS Unary plus for ttensor.
%
% See also TTENSOR.
%
%MATLAB Tensor Toolbox.
%Copyright 2007, Sandia Corporation.
% This is the MATLAB Tensor Toolbox by Brett Bader and Tam
www.eeworm.com/read/205036/15328979
m uminus.m
function t = uminus(t)
%UMINUS Unary minus for ttensor.
%
% See also TTENSOR.
%
%MATLAB Tensor Toolbox.
%Copyright 2007, Sandia Corporation.
% This is the MATLAB Tensor Toolbox by Brett Bader and
www.eeworm.com/read/205036/15328982
m double.m
function A = double(T)
%DOUBLE Convert ttensor to double array.
%
% A = double(T) converts T to a standard multidimensional array.
%
% See also TTENSOR.
%
%MATLAB Tensor Toolbox.
%Copyrigh
www.eeworm.com/read/205036/15329000
m uplus.m
function t = uplus(t)
%UPLUS Unary plus for a ktensor.
%
% See also KTENSOR.
%
%MATLAB Tensor Toolbox.
%Copyright 2007, Sandia Corporation.
% This is the MATLAB Tensor Toolbox by Brett Bader and
www.eeworm.com/read/205036/15329007
m uminus.m
function t = uminus(t)
%UMINUS Unary minus for ktensor.
%
% See also KTENSOR.
%
%MATLAB Tensor Toolbox.
%Copyright 2007, Sandia Corporation.
% This is the MATLAB Tensor Toolbox by Brett Bader and
www.eeworm.com/read/205036/15329009
m double.m
function A = double(X)
%DOUBLE Convert a ktensor to a double array.
%
% A = double(X) converts X to a standard multidimensional array.
%
% See also KTENSOR.
%
%MATLAB Tensor Toolbox.
%Copyright 20
www.eeworm.com/read/205036/15329019
m tt_sub2ind.m
function idx = tt_sub2ind(siz,subs)
%TT_SUB2IND Converts multidimensional subscripts to linear indices.
%
% See also TT_IND2SUB, SUB2IND.
%
%MATLAB Tensor Toolbox.
%Copyright 2007, Sandia Corp
www.eeworm.com/read/205036/15329023
m tt_ind2sub.m
function subs = tt_ind2sub(siz,idx)
%TT_IND2SUB Multiple subscripts from linear indices.
%
% See also TT_SUB2IND, IND2SUB.
%
%MATLAB Tensor Toolbox.
%Copyright 2007, Sandia Corporation.
%
www.eeworm.com/read/204642/15335806
m exa090702.m
% -------------------------------------------------------------------
% exa090702.m, for example 9.7.2 and fig 9.7.2
% 连续小波变换。noissin 是MATLAB中带噪声的正弦信号。
% 本程序给出的是连续小波变换的灰度图表示。
%--------------------