toep.m

来自「高阶谱工具箱 Version 2.0.3 (R12 compliant) 27 」· M 代码 · 共 18 行

M
18
字号
function mat=toep(column,row)

%	TOEP Toeplitz matrix
%
%	mat=toep(column,row)
%
%	The length(column) x length(row) element toeplitz matrix is generated from the
%	column and row vectors.  If unspecified, the column vector is entered after the
%	prompt from the keyboard, and the default assignment row=column is used.  For
%	column and row matrices, the initial column and row vectors, respectively, are
%	used.  For unequal column and row vector initial elements, the column vector
%	initial element is used for the toeplitz matrix.

%	Implemented using MATLAB 5.3.1
%
%	Example:
%
%	

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?