end.m
来自「The MatlabBGL library fills a hole in Ma」· M 代码 · 共 10 行
M
10 行
function n=end(ipd,a,n)
% IPDOUBLE/END Allow inline "end" indices to work.
%
% n=end(ipd,a,n) Returns the ending index along dimension a.
%
% Example:
% ipd = ipdouble(cumsum(ones(5,1)));
% ipd(3:end)
n = size(ipd.a,a);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?