number permutate without permutation
    2 views (last 30 days)
  
       Show older comments
    
how can i permutate numbers without using P=perms(v) function 
2 Comments
Answers (1)
  per isakson
      
      
 on 22 May 2020
        
      Edited: per isakson
      
      
 on 22 May 2020
  
      Steps to find a substitute for perms without perms
- Lookup perms in the documenttion, perms, All possible permutations
- See "See also:" in the bottom of the page and notice randperm. (Luckily there is something that looks relevant to your problem.)
- Lookup randperm ....
0 Comments
See Also
Categories
				Find more on Encryption / Cryptography in Help Center and File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

