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 (2025). npermr (https://se.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
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
