dupends.m

来自「A MATLAB tool for analysis of Transient 」· M 代码 · 共 13 行

M
13
字号
function y = dupends(x, dir)

% dupends   duplicates both ends of input vector
%           y = dupends(x)
%
%  in:      x
%         dir   for matrix input defines the direction 
%               'c' for columnwise (default) or 'r' for rows                
%
% out:      y   

% --- helppo
%  m = length(x); x=x(:); %toistaiseksi ulos pystyss

⌨️ 快捷键说明

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