number permutate without permutation

how can i permutate numbers without using P=perms(v) function

2 Comments

Why can't you use the perms function? Is this homework?
yes unfortunately

Sign in to comment.

Answers (1)

per isakson
per isakson on 22 May 2020
Edited: per isakson on 22 May 2020
Steps to find a substitute for perms without perms
  1. Lookup perms in the documenttion, perms, All possible permutations
  2. See "See also:" in the bottom of the page and notice randperm. (Luckily there is something that looks relevant to your problem.)
  3. Lookup randperm ....

Categories

Asked:

on 22 May 2020

Edited:

on 22 May 2020

Community Treasure Hunt

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

Start Hunting!