randintex.m
来自「Speaker Verification Toolbox」· M 代码 · 共 10 行
M
10 行
function y = randintex(n,low,high)
% y = randintex(n,low,high) - n random non-repeated integers between low and high
% randintex(n,low,high) returns n uniformly random integers between low and
% high (limits included) taking into account and preventing repetition.
% Restrictions: low<=high and 0<=n<=high-low+1.
% Functions used: sort.m, unidrnd.m
% 15.08.2001 by Harri L鋒desm鋕i
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?