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
Cite As
Antonio Trujillo-Ortiz (2026). npermr (https://uk.mathworks.com/matlabcentral/fileexchange/29877-npermr), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R14
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
- MATLAB > Mathematics > Linear Algebra >
Find more on Linear Algebra in Help Center and MATLAB Answers
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
