npermr

Permutation coefficient.
324.0 次下载
更新时间 2011/1/3

查看许可证

Calculates the number of permutations of N objects taken R at a time. This type of sampling is an ordered sample without replacement.

Syntax: function p = npermr(n,r)

Inputs:
n - number of objects
r - number of objects taken at a time

Output:
p - number of permutations

引用格式

Antonio Trujillo-Ortiz (2024). npermr (https://www.mathworks.com/matlabcentral/fileexchange/29877-npermr), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R14
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Linear Algebra 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.1.0.0

It was added an appropriate format to cite this file.

1.0.0.0