Browse
Login Sign Up

Vector Permutation Algorithm

Share & earn cash

 By Chukwunomso Agunwamba
generate permutations of A.
 
This mathematical code is provided as is, for the end user to be able to use it  
and to edit it for educational purposes. However, any modified version must  
include my name as the original producer of the code.
 
The name of the mfile code is permutations. It has two input arguments.  
The first input is the vector of numbers one desires to permute.   
The second input is the number of columns to output. If the second input is
less than the length of the vector, the output will have partial permutation.
 
Usage syntax example:
  A = [1:6];
  r = length(A);
  Ap = permutations(A,r);

License type: "Custom". Read more.
By Chukwunomnso423
Permutation Permute Octave Matlab
Reviews
Nobody has rated this offer yet.
PARTICIPATE
  • Buy
  • Offer
  • Share
LEARN
  • About
  • Blog
  • FAQ
CONNECT
  • Twitter
  • Facebook
  • Contact
LEGAL
  • Terms
  • Privacy
  • © 2025 Sellcodes
Log in to your Sellcodes account
Forgot your password?
Looking to create an account?
Sign up for Sellcodes
By creating an account you agree to our Terms Of Use and Privacy Policy
Did you mean to Login?