代码搜索:MATLAB
找到约 10,000 项符合「MATLAB」的源代码
代码结果 10,000
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中带噪声的正弦信号。
% 本程序给出的是连续小波变换的灰度图表示。
%--------------------
www.eeworm.com/read/203893/15349745
txt readgssi.m.txt
readgssi.m
The function should work with MATLAB v 5 and above. Please do not hesitate to contact me with any ideas for improving it or to point out any "bugs" that you find.
www.eeworm.com/read/203893/15349748
txt loadrd3.m.txt
loadrd3.m
This function reads RAMAC Mala data into MATLAB. It presents the user with a graphical file selection tool to choose the right data file
www.eeworm.com/read/203893/15349750
txt readmala.m.txt
readmala.m
The function should work with MATLAB v 5 and above. Please do not hesitate to contact me with any ideas for improving it or to point out any bugs that you find.
www.eeworm.com/read/203091/15365515
mht web.mit.edu_brzezin_www_359_matlab_list.mht
From:
Subject: OFDM Simulator
Date: Fri, 5 Mar 2004 11:31:41 +0800
MIME-Version: 1.0
Content-Type: text/html;
charset="gb2312"
Content-Transfer-Encoding: qu
www.eeworm.com/read/202788/15372890
m ip_01_01.m
% MATLAB script for Illustrative Problem 1, Chapter 1.
n=[-20:1:20];
x=abs(sinc(n/2));
stem(n,x);