end.m

来自「The MatlabBGL library fills a hole in Ma」· M 代码 · 共 10 行

M
10
字号
function n=end(ipd,a,n)
% IPINT32/END Allows inline "end" indices to work.
%
% n=end(ipi,a,n) Returns the ending index along dimension a.
%
% Example:
%    ipi = ipint32(int32(cumsum(ones(5,1))));
%    ipi(3:end)

n = size(ipd.a,a);

⌨️ 快捷键说明

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